Skip to content

Commit b6c596f

Browse files
Bump protobuf from 32.0 to 34.0
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 32.0 to 34.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](protocolbuffers/protobuf@v32.0...v34.0) --- updated-dependencies: - dependency-name: protobuf dependency-version: '34.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d35b54 commit b6c596f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(name = "opentelemetry-proto", version = "1.8.0", repo_name = "com_gith
1717
bazel_dep(name = "opentracing-cpp", version = "1.6.0", repo_name = "com_github_opentracing")
1818
bazel_dep(name = "platforms", version = "1.0.0")
1919
bazel_dep(name = "prometheus-cpp", version = "1.3.0.bcr.2", repo_name = "com_github_jupp0r_prometheus_cpp")
20-
bazel_dep(name = "protobuf", version = "32.0", repo_name = "com_google_protobuf")
20+
bazel_dep(name = "protobuf", version = "34.0", repo_name = "com_google_protobuf")
2121
bazel_dep(name = "rapidyaml", version = "0.9.0")
2222
bazel_dep(name = "rules_cc", version = "0.2.17")
2323
bazel_dep(name = "rules_foreign_cc", version = "0.15.1")

0 commit comments

Comments
 (0)