From 076fe861659514abdbfdc7a73bf045752b334b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 12:05:55 +0000 Subject: [PATCH] chore(deps): bump json_serializable Bumps the json_serializable group in /packages/aws_signature_v4 with 1 update: [json_serializable](https://github.com/google/json_serializable.dart). Updates `json_serializable` from 6.9.5 to 6.11.1 - [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.11.1) --- updated-dependencies: - dependency-name: json_serializable dependency-version: 6.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: json_serializable ... Signed-off-by: dependabot[bot] --- packages/aws_signature_v4/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws_signature_v4/pubspec.yaml b/packages/aws_signature_v4/pubspec.yaml index beea49799e..23c30634c9 100644 --- a/packages/aws_signature_v4/pubspec.yaml +++ b/packages/aws_signature_v4/pubspec.yaml @@ -26,7 +26,7 @@ dev_dependencies: build_verify: ^3.0.0 build_version: ^2.1.1 build_web_compilers: ^4.0.0 - json_serializable: ">=6.9.4 <6.10.0" + json_serializable: ^6.9.4 stream_channel: ^2.1.0 test: ^1.22.1