diff --git a/packages/at_root_server/pubspec.yaml b/packages/at_root_server/pubspec.yaml index e96b4f737..bc2d0c4b0 100644 --- a/packages/at_root_server/pubspec.yaml +++ b/packages/at_root_server/pubspec.yaml @@ -1,6 +1,6 @@ name: at_root_server description: Root server implementation. -version: 2.1.0 +version: 2.1.1 repository: https://github.com/atsign-foundation/at_server homepage: https://atsign.dev publish_to: none @@ -12,8 +12,8 @@ dependencies: args: 2.5.0 uuid: 3.0.7 yaml: 3.1.2 - at_commons: 4.0.10 - at_utils: 3.0.16 + at_commons: 4.1.2 + at_utils: 3.0.18 at_server_spec: 5.0.1 at_persistence_root_server: git: @@ -25,6 +25,6 @@ dependencies: dev_dependencies: # Adding test_cov for generating the test coverage. test_cov: ^1.0.1 - lints: ^4.0.0 + lints: ^5.0.0 test: ^1.24.6 coverage: ^1.6.3