From 02948b38f59c6b45ed9acdcc2f2c5273d3af1e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 20:16:02 +0000 Subject: [PATCH] chore: bump build_runner from 2.4.15 to 2.5.1 Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.15 to 2.5.1. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.15...build_runner-v2.5.1) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 824aefc..aa5fa22 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: yaml: 3.1.3 dev_dependencies: - build_runner: 2.4.15 + build_runner: 2.5.1 build_verify: 3.1.0 build_version: 2.1.1 mocktail: 1.0.4