Skip to content

Commit 70bf4b3

Browse files
Bump protobufVersion in /elixir-to-java/java-grpc-elixir-server (#1808)
Bumps `protobufVersion` from 4.29.1 to 4.29.2. Updates `com.google.protobuf:protobuf-bom` from 4.29.1 to 4.29.2 - [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.1 to 4.29.2 - [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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2ff333 commit 70bf4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elixir-to-java/java-grpc-elixir-server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
springBootVersion = '3.4.0'
1010
springDependencyManagementVersion = '1.1.7'
1111
// https://mvnrepository.com/artifact/com.google.protobuf/protobuf-bom
12-
protobufVersion = '4.29.1'
12+
protobufVersion = '4.29.2'
1313
// https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin
1414
protobufPluginVersion = '0.9.4'
1515
// https://mvnrepository.com/artifact/io.grpc/grpc-bom

0 commit comments

Comments
 (0)