Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: at_persistence_root_server - upgrade dependencies to the latest versions #2144

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.14
- 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.14
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