From 61358bdf5aa8a8b27184ed1f5d2420979af27f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 23:10:20 +0000 Subject: [PATCH] Bump build_runner from 2.3.2 to 2.3.3 Bumps [build_runner](https://github.com/dart-lang/build) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.3.2...build_runner-v2.3.3) --- updated-dependencies: - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 9ea70d7..b6678f9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -70,7 +70,7 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.3.2" + version: "2.3.3" build_runner_core: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 332925d..afb5a98 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -34,7 +34,7 @@ dev_dependencies: mockito: ^5.3.2 pedantic: ^1.11.1 built_value_generator: ^8.4.2 - build_runner: ^2.3.2 + build_runner: ^2.3.3 flutter_test: sdk: flutter