From 9dadc31cba0c1621eb104809d144b8283d337dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:55:08 +0200 Subject: [PATCH] Bump protobuf from 2.1.0 to 3.0.0 in /interop (#648) Bumps [protobuf](https://github.com/google/protobuf.dart) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/google/protobuf.dart/releases) - [Commits](https://github.com/google/protobuf.dart/compare/protobuf-v2.1.0...protobuf-v3.0.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- interop/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interop/pubspec.yaml b/interop/pubspec.yaml index b5869b7..f4038fa 100644 --- a/interop/pubspec.yaml +++ b/interop/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: collection: ^1.14.11 grpc: path: ../ - protobuf: ^2.0.0 + protobuf: ^3.0.0 dev_dependencies: test: ^1.16.0