From 079c74a8bcabca8a3bcd130905d70de0c32600f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 12:05:59 +0000 Subject: [PATCH] chore(deps): bump json_serializable Bumps the json_serializable group in /packages/amplify_core with 1 update: [json_serializable](https://github.com/google/json_serializable.dart). Updates `json_serializable` from 6.9.5 to 6.11.1 - [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.11.1) --- updated-dependencies: - dependency-name: json_serializable dependency-version: 6.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: json_serializable ... Signed-off-by: dependabot[bot] --- packages/amplify_core/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amplify_core/pubspec.yaml b/packages/amplify_core/pubspec.yaml index 35f9ac54261..8967e3aff72 100644 --- a/packages/amplify_core/pubspec.yaml +++ b/packages/amplify_core/pubspec.yaml @@ -35,6 +35,6 @@ dev_dependencies: path: packages/code_excerpt_updater # TODO: Bump when global SDK >=3.1 ref: 923adadacbb95f11d222e6fc6135f6dbb66f84ee - json_serializable: ">=6.9.4 <6.10.0" + json_serializable: ^6.9.4 path: ^1.8.0 test: ^1.22.1