diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a719f..066ea7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.22+35] - December 19, 2023 + +* Automated dependency updates + + ## [1.0.22+34] - December 12, 2023 * Automated dependency updates @@ -314,5 +319,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index 26cd4a5..cb78360 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: 'dart_dependency_updater' description: 'A package that will scan for dependencies in a Dart repo, update them if needed, and can update the repo with them.' -version: '1.0.22+34' +version: '1.0.22+35' homepage: 'https://github.com/peiffer-innovations/actions_dart_dependency_updater' environment: @@ -11,7 +11,7 @@ dependencies: github: '^9.20.0' http: '^1.1.2' intl: '^0.19.0' - json_class: '^3.0.0+9' + json_class: '^3.0.0+10' logging: '^1.2.0' meta: '^1.9.1' pub_api_client: '^2.6.0' @@ -20,7 +20,7 @@ dependencies: yaml_writer: '^1.0.3' dev_dependencies: - test: '^1.24.9' + test: '^1.25.0' ignore_updates: - 'archive'