Skip to content

Commit 4926499

Browse files
dependabot[bot]TobiGr
authored andcommitted
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-javalite` 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-javalite 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]>
1 parent e93b553 commit 4926499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extractor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ checkstyleTest {
2828

2929
ext {
3030
rhinoVersion = '1.8.0'
31-
protobufVersion = '4.32.1'
31+
protobufVersion = '4.33.0'
3232
}
3333

3434
dependencies {

0 commit comments

Comments
 (0)