Skip to content

Commit 3950b77

Browse files
build(deps): bump protobufVersion from 4.32.1 to 4.33.0
Bumps `protobufVersion` from 4.32.1 to 4.33.0. Updates `com.google.protobuf:protobuf-java-util` from 4.32.1 to 4.33.0 Updates `com.google.protobuf:protoc` from 4.32.1 to 4.33.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-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protoc dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94f07e6 commit 3950b77

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.32.1'
12+
var protobufVersion='4.33.0'
1313
var grpcVersion='1.76.0'
1414

1515
dependencies {

0 commit comments

Comments
 (0)