From 37e9a2dc39df12bee3a34cda1ab64f9672c5eb5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 02:25:52 +0000 Subject: [PATCH] build(deps): bump build_runner from 2.10.4 to 2.11.0 Bumps [build_runner](https://github.com/dart-lang/build) from 2.10.4 to 2.11.0. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.10.4...build_runner-v2.11.0) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 53794a5..f69d29d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -93,10 +93,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "110c56ef29b5eb367b4d17fc79375fa8c18a6cd7acd92c05bb3986c17a079057" + sha256: ac78098de97893812b7aff1154f29008fa2464cad9e8e7044d39bc905dad4fbc url: "https://pub.dev" source: hosted - version: "2.10.4" + version: "2.11.0" built_collection: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2563c51..82acc4a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -58,7 +58,7 @@ dev_dependencies: # package. See that file for information about deactivating specific lint # rules and activating additional ones. flutter_lints: ^6.0.0 - build_runner: ^2.10.4 + build_runner: ^2.11.0 freezed: ^3.2.3 json_serializable: ^6.11.2 custom_lint: ^0.8.0