From 537fa0b4739cb1a6d74aa4a4b4eed802f9d694ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:50:32 +0000 Subject: [PATCH] Bump build_runner from 2.4.11 to 2.4.12 Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.11 to 2.4.12. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.11...build_runner-v2.4.12) --- updated-dependencies: - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index bffc1a8f..08412b65 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -101,10 +101,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "644dc98a0f179b872f612d3eb627924b578897c629788e858157fa5e704ca0c7" + sha256: dd09dd4e2b078992f42aac7f1a622f01882a8492fef08486b27ddde929c19f04 url: "https://pub.dev" source: hosted - version: "2.4.11" + version: "2.4.12" build_runner_core: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 91033b45..c4d4c4e9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -79,7 +79,7 @@ dev_dependencies: sdk: flutter integration_test: sdk: flutter - build_runner: ^2.4.9 + build_runner: ^2.4.12 json_serializable: ^6.8.0 mockito: ^5.4.4 network_image_mock: ^2.1.1