From 5813cd3876fa926156c31a0bf303ebfc0f9a24cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 04:05:52 +0000 Subject: [PATCH] Bump protobuf from 5.1.0 to 6.0.0 Bumps [protobuf](https://github.com/google/protobuf.dart) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/google/protobuf.dart/releases) - [Commits](https://github.com/google/protobuf.dart/compare/protobuf-v5.1.0...protobuf-v6.0.0) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/googleapis/pubspec.yaml | 2 +- example/grpc-web/pubspec.yaml | 2 +- example/helloworld/pubspec.yaml | 2 +- example/metadata/pubspec.yaml | 2 +- example/route_guide/pubspec.yaml | 2 +- interop/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/googleapis/pubspec.yaml b/example/googleapis/pubspec.yaml index 3430ceaf..9d3bdf10 100644 --- a/example/googleapis/pubspec.yaml +++ b/example/googleapis/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: async: any fixnum: any grpc: any - protobuf: any + protobuf: ">=5.1.0 <7.0.0" dev_dependencies: lints: ^6.0.0 diff --git a/example/grpc-web/pubspec.yaml b/example/grpc-web/pubspec.yaml index 289b7c4a..8a0e1e30 100644 --- a/example/grpc-web/pubspec.yaml +++ b/example/grpc-web/pubspec.yaml @@ -9,7 +9,7 @@ environment: dependencies: grpc: any - protobuf: any + protobuf: ">=5.1.0 <7.0.0" web: any dev_dependencies: diff --git a/example/helloworld/pubspec.yaml b/example/helloworld/pubspec.yaml index 2941dcea..baa4c8f7 100644 --- a/example/helloworld/pubspec.yaml +++ b/example/helloworld/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: async: any grpc: any - protobuf: any + protobuf: ">=5.1.0 <7.0.0" dev_dependencies: lints: ^6.0.0 diff --git a/example/metadata/pubspec.yaml b/example/metadata/pubspec.yaml index bf2f6f51..182e3ccb 100644 --- a/example/metadata/pubspec.yaml +++ b/example/metadata/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: async: any grpc: any - protobuf: any + protobuf: ">=5.1.0 <7.0.0" dev_dependencies: lints: ^6.0.0 diff --git a/example/route_guide/pubspec.yaml b/example/route_guide/pubspec.yaml index 33baa739..314978b5 100644 --- a/example/route_guide/pubspec.yaml +++ b/example/route_guide/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: async: any collection: any grpc: any - protobuf: any + protobuf: ">=5.1.0 <7.0.0" dev_dependencies: lints: ^6.0.0 diff --git a/interop/pubspec.yaml b/interop/pubspec.yaml index 1d459dda..ba449be5 100644 --- a/interop/pubspec.yaml +++ b/interop/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: async: any collection: any grpc: any - protobuf: any + protobuf: ">=5.1.0 <7.0.0" dev_dependencies: lints: ^6.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index c3350ed7..a54bfc48 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -27,7 +27,7 @@ dependencies: meta: ^1.16.0 http: ^1.4.0 http2: ^2.3.1 - protobuf: ^5.1.0 + protobuf: ">=5.1.0 <7.0.0" clock: ^1.1.2 web: ^1.1.1