Skip to content

Commit

Permalink
build: at_persistence_root_server - upgrade dependencies to the lates…
Browse files Browse the repository at this point in the history
…t versions
  • Loading branch information
sitaram-kalluri committed Nov 1, 2024
1 parent b30b3f5 commit 3253bfc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions packages/at_persistence_root_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.0.7
- build[deps]: Upgraded the following package:
- at_commons to v5.0.1
- at_utils to v3.0.19
- at_persistence_spec to v2.0.15
- lints to v5.0.0
- test to v1.25.8
- mockito to v5.4.4
- coverage to v1.10.0
## 2.0.6
- changed at_commons and at_utils dependency version
## 2.0.5
Expand Down
16 changes: 8 additions & 8 deletions packages/at_persistence_root_server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_persistence_root_server
description: Implementation for root server related persistence.
version: 2.0.6
version: 2.0.7
repository: https://github.com/atsign-foundation/at_server
homepage: https://atsign.dev
documentation: https://atsign.dev/at_docs-dev_env/at_persistence_root_server/index.html
Expand All @@ -10,13 +10,13 @@ environment:
sdk: '>=2.15.0 <4.0.0'

dependencies:
at_commons: ^4.0.1
at_utils: ^3.0.16
at_persistence_spec: ^2.0.2
at_commons: ^5.0.1
at_utils: ^3.0.19
at_persistence_spec: ^2.0.15
redis: ^2.0.0

dev_dependencies:
lints: ^1.0.1
test: ^1.17.3
mockito: ^5.0.7
coverage: ^1.0.3
lints: ^5.0.0
test: ^1.25.8
mockito: ^5.4.4
coverage: ^1.10.0

0 comments on commit 3253bfc

Please sign in to comment.