From 3b6ebc9ce01d34ebc440a3d456790514c46ea19e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:30:58 +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.8.0 to 6.9.0 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.8.0...json_serializable-v6.9.0) --- updated-dependencies: - dependency-name: json_serializable 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 66e8e537c6..4d9ace0ee7 100644 --- a/packages/amplify_core/pubspec.yaml +++ b/packages/amplify_core/pubspec.yaml @@ -34,6 +34,6 @@ dev_dependencies: path: packages/code_excerpt_updater # TODO: Bump when global SDK >=3.1 ref: 923adadacbb95f11d222e6fc6135f6dbb66f84ee - json_serializable: 6.8.0 + json_serializable: 6.9.0 path: any test: ^1.22.1