From e15fcab619e976cf8724e131777a8592912f4c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:10:20 +0000 Subject: [PATCH] chore: bump build_runner from 2.4.15 to 2.5.2 Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.15 to 2.5.2. - [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.2) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.5.2 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..af342a7 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.2 build_verify: 3.1.0 build_version: 2.1.1 mocktail: 1.0.4