From 2d68db2515d489cccbb988db7388a0ed6a4b45fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:25:52 +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.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: json_serializable dependency-version: 6.10.0 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 574791fed3..8b24dc046d 100644 --- a/packages/storage/amplify_storage_s3_dart/pubspec.yaml +++ b/packages/storage/amplify_storage_s3_dart/pubspec.yaml @@ -31,6 +31,6 @@ dev_dependencies: build_verify: ^3.0.0 built_value_generator: ^8.10.1 drift_dev: ^2.25.1 - json_serializable: ">=6.9.4 <6.10.0" + json_serializable: ^6.9.4 mocktail: ^1.0.0 test: ^1.22.1