diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9364f..1ddaaea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.22+39] - January 30, 2024 + +* Automated dependency updates + + ## [1.0.22+38] - January 23, 2024 * Automated dependency updates @@ -338,5 +343,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index 831731b..946679d 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+38' +version: '1.0.22+39' homepage: 'https://github.com/peiffer-innovations/actions_dart_dependency_updater' environment: @@ -11,7 +11,7 @@ dependencies: github: '^9.22.0' http: '^1.2.0' intl: '^0.19.0' - json_class: '^3.0.0+11' + json_class: '^3.0.0+12' logging: '^1.2.0' meta: '^1.9.1' pub_api_client: '^2.6.0' @@ -20,7 +20,7 @@ dependencies: yaml_writer: '^2.0.0' dev_dependencies: - test: '^1.25.1' + test: '^1.25.2' ignore_updates: - 'archive'