Skip to content

Commit eacac36

Browse files
build(deps): bump protobufVersion from 3.25.3 to 4.27.0
Bumps `protobufVersion` from 3.25.3 to 4.27.0. Updates `com.google.protobuf:protobuf-java-util` from 3.25.3 to 4.27.0 Updates `com.google.protobuf:protoc` from 3.25.3 to 4.27.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) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f2158be commit eacac36

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='3.25.3'
12+
var protobufVersion='4.27.0'
1313
var grpcVersion='1.64.0'
1414

1515
dependencies {

0 commit comments

Comments
 (0)