From fdff326dcf59d79205a8d04b46a0d30bf6863340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 16:45:02 +0000 Subject: [PATCH] chore(deps): bump json_serializable in /packages/aws_common 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/aws_common/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws_common/pubspec.yaml b/packages/aws_common/pubspec.yaml index a76ad14e32..c583d71204 100644 --- a/packages/aws_common/pubspec.yaml +++ b/packages/aws_common/pubspec.yaml @@ -30,6 +30,6 @@ dev_dependencies: build_test: ^2.1.5 build_web_compilers: ^3.2.5 built_value_generator: 8.4.4 - json_serializable: 6.6.1 + json_serializable: 6.7.1 stream_channel: ^2.1.0 test: ^1.16.0