Skip to content

Commit 36165c5

Browse files
Bump protobufVersion in /java-to-rust/java-grpc-example
Bumps `protobufVersion` from 4.29.0 to 4.29.1. Updates `com.google.protobuf:protobuf-bom` from 4.29.0 to 4.29.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protoc` from 4.29.0 to 4.29.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f99ca06 commit 36165c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-to-rust/java-grpc-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
springBootVersion = '3.4.0'
99
springDependencyManagementVersion = '1.1.6'
1010
// https://mvnrepository.com/artifact/com.google.protobuf/protobuf-bom
11-
protobufVersion = '4.29.0'
11+
protobufVersion = '4.29.1'
1212
// https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin
1313
protobufPluginVersion = '0.9.4'
1414
// https://mvnrepository.com/artifact/io.grpc/grpc-bom

0 commit comments

Comments
 (0)