From 166caebaea0d06b91e9565203400ed381c8f291a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:13:13 +0000 Subject: [PATCH] chore(deps): bump json_serializable Bumps the json_serializable group in /packages/smithy/smithy 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/smithy/smithy/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/smithy/smithy/pubspec.yaml b/packages/smithy/smithy/pubspec.yaml index 442ffef41c..c62cd22088 100644 --- a/packages/smithy/smithy/pubspec.yaml +++ b/packages/smithy/smithy/pubspec.yaml @@ -31,6 +31,6 @@ dev_dependencies: amplify_lints: ">=3.1.1 <3.2.0" build_runner: ^2.4.9 built_value_generator: 8.9.3 - json_serializable: 6.8.0 + json_serializable: 6.9.0 stack_trace: ^1.10.0 test: ^1.22.1