From 4ac57b2eadda24e4d188866a5513622ee008375c Mon Sep 17 00:00:00 2001 From: action Date: Tue, 20 Feb 2024 01:40:25 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ddaaea..3690c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.22+40] - February 20, 2024 + +* Automated dependency updates + + ## [1.0.22+39] - January 30, 2024 * Automated dependency updates @@ -344,5 +349,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index 946679d..79fd2eb 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+39' +version: '1.0.22+40' homepage: 'https://github.com/peiffer-innovations/actions_dart_dependency_updater' environment: @@ -9,7 +9,7 @@ environment: dependencies: args: '^2.4.2' github: '^9.22.0' - http: '^1.2.0' + http: '^1.2.1' intl: '^0.19.0' json_class: '^3.0.0+12' logging: '^1.2.0'