From ca6083163c43827d5eb7a198320268516270d4f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 12:08:11 +0000 Subject: [PATCH] chore(deps): bump protobuf in /packages/smithy/smithy_codegen Bumps [protobuf](https://github.com/google/protobuf.dart) from 4.2.0 to 5.0.0. - [Release notes](https://github.com/google/protobuf.dart/releases) - [Commits](https://github.com/google/protobuf.dart/compare/protobuf-v4.2.0...protobuf-v5.0.0) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/smithy/smithy_codegen/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/smithy/smithy_codegen/pubspec.yaml b/packages/smithy/smithy_codegen/pubspec.yaml index d92bef6ed4..a8ab74839e 100644 --- a/packages/smithy/smithy_codegen/pubspec.yaml +++ b/packages/smithy/smithy_codegen/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: json_annotation: ^4.9.0 meta: ^1.16.0 path: ^1.8.0 - protobuf: ^4.1.0 + protobuf: ^5.0.0 pub_semver: ^2.2.0 pubspec_parse: ^1.2.2 shelf: ^1.1.0