This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new a8ead9df9 Bump protobuf.version from 4.33.1 to 4.33.2 (#3373)
a8ead9df9 is described below
commit a8ead9df9035908172e61a3662f439d86dc51ba7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 22 22:24:51 2025 +0100
Bump protobuf.version from 4.33.1 to 4.33.2 (#3373)
Bumps `protobuf.version` from 4.33.1 to 4.33.2.
Updates `com.google.protobuf:protobuf-java` from 4.33.1 to 4.33.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)
Updates `com.google.protobuf:protobuf-java-util` from 4.33.1 to 4.33.2
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-version: 4.33.2
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-java-util
dependency-version: 4.33.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parquet-cli/pom.xml | 2 +-
parquet-protobuf/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/parquet-cli/pom.xml b/parquet-cli/pom.xml
index bf5720416..86f895d37 100644
--- a/parquet-cli/pom.xml
+++ b/parquet-cli/pom.xml
@@ -97,7 +97,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>4.33.1</version>
+ <version>4.33.2</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml
index 5c202c150..cddd2dc16 100644
--- a/parquet-protobuf/pom.xml
+++ b/parquet-protobuf/pom.xml
@@ -31,7 +31,7 @@
<properties>
<elephant-bird.version>4.4</elephant-bird.version>
- <protobuf.version>4.33.1</protobuf.version>
+ <protobuf.version>4.33.2</protobuf.version>
<common-protos.version>2.59.2</common-protos.version> <!-- make sure it's
compatible with protobuf.version -->
<truth-proto-extension.version>1.4.4</truth-proto-extension.version>
</properties>