From 1bea7f2b1c81967572a02e7b64cbb8ba0190c277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:02:48 +0000 Subject: [PATCH] chore(deps): bump json_serializable Bumps the json_serializable group in /packages/storage/amplify_storage_s3_dart 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/storage/amplify_storage_s3_dart/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storage/amplify_storage_s3_dart/pubspec.yaml b/packages/storage/amplify_storage_s3_dart/pubspec.yaml index 18b38a79f4..0cd80927b3 100644 --- a/packages/storage/amplify_storage_s3_dart/pubspec.yaml +++ b/packages/storage/amplify_storage_s3_dart/pubspec.yaml @@ -30,6 +30,6 @@ dev_dependencies: build_verify: ^3.0.0 built_value_generator: 8.9.3 drift_dev: ^2.25.1 - json_serializable: 6.8.0 + json_serializable: 6.9.0 mocktail: ^1.0.0 test: ^1.22.1