Skip to content

Commit 7642434

Browse files
build(deps): bump protobufVersion from 4.31.0 to 4.31.1 (#1039)
Bumps `protobufVersion` from 4.31.0 to 4.31.1. Updates `com.google.protobuf:protobuf-java-util` from 4.31.0 to 4.31.1 Updates `com.google.protobuf:protoc` from 4.31.0 to 4.31.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.31.0...v4.31.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.31.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protoc dependency-version: 4.31.1 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 33b517b commit 7642434

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.31.0'
12+
var protobufVersion='4.31.1'
1313
var grpcVersion='1.70.0'
1414

1515
dependencies {

0 commit comments

Comments
 (0)