Skip to content

Commit

Permalink
Merge pull request #2145 from atsign-foundation/bump_at_root_server
Browse files Browse the repository at this point in the history
build: at_root_server - upgrade dependencies to the latest versions
  • Loading branch information
sitaram-kalluri authored Nov 1, 2024
2 parents cb044e3 + 16ec2f5 commit f2c5fc2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/at_root_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.1.2
- build[deps]: Upgraded the following package:
- args to v2.6.0
- at_commons to v5.0.1
- at_utils to v3.0.19
- at_server_spec to v5.0.2
- test to v1.25.8
- coverage to v1.10.0
## 2.1.1
- dependency upgrade in pubspec for at_commons, at_server_spec, at_utils
## 2.1.0
Expand Down
16 changes: 8 additions & 8 deletions packages/at_root_server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_root_server
description: Root server implementation.
version: 2.1.1
version: 2.1.2
repository: https://github.com/atsign-foundation/at_server
homepage: https://atsign.dev
publish_to: none
Expand All @@ -9,22 +9,22 @@ environment:
sdk: '>=2.15.0 <4.0.0'

dependencies:
args: 2.5.0
args: 2.6.0
uuid: 3.0.7
yaml: 3.1.2
at_commons: 4.1.2
at_utils: 3.0.18
at_server_spec: 5.0.1
at_commons: 5.0.1
at_utils: 3.0.19
at_server_spec: 5.0.2
at_persistence_root_server:
git:
url: https://github.com/atsign-foundation/at_server.git
path: packages/at_persistence_root_server
ref: trunk
version: ^2.0.6
version: ^2.0.7

dev_dependencies:
# Adding test_cov for generating the test coverage.
test_cov: ^1.0.1
lints: ^5.0.0
test: ^1.24.6
coverage: ^1.6.3
test: ^1.25.8
coverage: ^1.10.0

0 comments on commit f2c5fc2

Please sign in to comment.