From 3b7c82efd95caf9a666e0cdbbbc13daf94044312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:28:11 +0000 Subject: [PATCH] chore(deps): bump build_runner from 2.16.0 to 2.16.1 Bumps [build_runner](https://github.com/dart-lang/build) from 2.16.0 to 2.16.1. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.16.0...build_runner-v2.16.1) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.16.1 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 4ff6333..4c70e8c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -101,10 +101,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "90363d438bd9f84a4d5bbb83352251f57d2d9d771bc95a44e6a33fe25fa52774" + sha256: "894c243f6bc32015fec466ce30a6925bd537a77a426ee5bf481120477eb3de67" url: "https://pub.dev" source: hosted - version: "2.16.0" + version: "2.16.1" built_collection: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2d7fcc8..a82f986 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -40,7 +40,7 @@ dev_dependencies: flutter_lints: ^6.0.0 very_good_analysis: ^7.0.0 mockito: ^5.4.4 - build_runner: ^2.4.12 + build_runner: ^2.16.1 flutter: uses-material-design: true