From 1c27b163591af735394e7f891a1e816bbbf3c56b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 16:37:32 +0000 Subject: [PATCH] chore(deps): bump json_serializable Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.6.1 to 6.7.1. - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.6.1...json_serializable-v6.7.1) --- updated-dependencies: - dependency-name: json_serializable dependency-type: direct:production update-type: version-update:semver-minor ... 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 182863e874..3b63521760 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.4.4 drift_dev: ^2.2.0+1 - json_serializable: 6.6.1 + json_serializable: 6.7.1 mocktail: ^0.3.0 test: ^1.16.0