From be6d89e0c5ec76f1561f349f1a7dba0537bfcc6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:02:50 +0000 Subject: [PATCH] Bump build_runner from 2.2.1 to 2.3.0 Bumps [build_runner](https://github.com/dart-lang/build) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.2.1...build-v2.3.0) --- updated-dependencies: - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-minor ... 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 05ddda09..9a07d9a8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -84,7 +84,7 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.2.1" + version: "2.3.0" build_runner_core: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a25378ba..9a717909 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -63,7 +63,7 @@ dev_dependencies: sdk: flutter integration_test: sdk: flutter - build_runner: ^2.2.1 + build_runner: ^2.3.0 flutter_launcher_icons: ^0.10.0 json_serializable: ^6.5.0 mockito: ^5.3.2