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