Skip to content

Commit 0756ddf

Browse files
Bump protobuf.version from 3.25.6 to 4.30.2
Bumps `protobuf.version` from 3.25.6 to 4.30.2. Updates `com.google.protobuf:protobuf-java` from 3.25.6 to 4.30.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.25.6...v4.30.2) Updates `com.google.protobuf:protobuf-java-util` from 3.25.6 to 4.30.2 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.30.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.30.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b02e45 commit 0756ddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parquet-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>com.google.protobuf</groupId>
9999
<artifactId>protobuf-java</artifactId>
100-
<version>3.25.6</version>
100+
<version>4.33.0</version>
101101
<scope>test</scope>
102102
</dependency>
103103
<dependency>

parquet-protobuf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<properties>
3333
<elephant-bird.version>4.4</elephant-bird.version>
34-
<protobuf.version>3.25.6</protobuf.version>
34+
<protobuf.version>4.33.0</protobuf.version>
3535
<common-protos.version>2.59.2</common-protos.version> <!-- make sure it's compatible with protobuf.version -->
3636
<truth-proto-extension.version>1.4.4</truth-proto-extension.version>
3737
</properties>

0 commit comments

Comments
 (0)