From 5454789f7965b929af15d7618f8609ea7ae952df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:45:12 +0000 Subject: [PATCH] chore(deps): bump the build_runner group Bumps the build_runner group in /packages/amplify/amplify_flutter with 2 updates: [build_runner](https://github.com/dart-lang/build) and [json_serializable](https://github.com/google/json_serializable.dart). Updates `build_runner` from 2.5.4 to 2.7.0 - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.5.4...build_runner-v2.7.0) Updates `json_serializable` from 6.9.5 to 6.10.0 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.9.5...json_serializable-v6.10.0) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build_runner - dependency-name: json_serializable dependency-version: 6.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build_runner ... Signed-off-by: dependabot[bot] --- packages/amplify/amplify_flutter/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amplify/amplify_flutter/pubspec.yaml b/packages/amplify/amplify_flutter/pubspec.yaml index ab90bdbfa3..500dce3575 100644 --- a/packages/amplify/amplify_flutter/pubspec.yaml +++ b/packages/amplify/amplify_flutter/pubspec.yaml @@ -34,4 +34,4 @@ dev_dependencies: build_runner: ^2.4.9 flutter_test: sdk: flutter - json_serializable: ">=6.9.4 <6.10.0" + json_serializable: ^6.9.4