Skip to content

Commit d660cfb

Browse files
build(deps): bump protobufVersion from 4.32.1 to 4.33.0 (#1088)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0960344 commit d660cfb

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)