Skip to content

Commit a4c71b5

Browse files
build(deps): bump protobufVersion from 4.29.3 to 4.31.0 (#1034)
Bumps `protobufVersion` from 4.29.3 to 4.31.0. Updates `com.google.protobuf:protobuf-java-util` from 4.29.3 to 4.31.0 Updates `com.google.protobuf:protoc` from 4.29.3 to 4.31.0 - [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/v4.31.0) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protoc dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c1c2db commit a4c71b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringBootGRpc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
mavenCentral()
1010
}
1111

12-
var protobufVersion='4.29.3'
12+
var protobufVersion='4.31.0'
1313
var grpcVersion='1.70.0'
1414

1515
dependencies {

0 commit comments

Comments
 (0)