This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 91270a4e8 ORC-2113: Upgrade `protobuf-java` to 4.33.5
91270a4e8 is described below
commit 91270a4e876bd1d68e88fc3bf64f5f6f63dc89fa
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Feb 25 08:56:11 2026 -0800
ORC-2113: Upgrade `protobuf-java` to 4.33.5
### What changes were proposed in this pull request?
This PR aims to upgrade `protobuf-java` to 4.33.5 for Apache ORC 3.0.0.
### Why are the changes needed?
To use the latest and bug fixed versions.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity`
Closes #2559 from dongjoon-hyun/ORC-2113.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 0f96475f9..f00610412 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -88,7 +88,7 @@
<orc-format.version>1.1.1</orc-format.version>
<!-- Build Properties -->
<project.build.outputTimestamp>2025-07-08T15:22:41Z</project.build.outputTimestamp>
- <protobuf.version>3.25.8</protobuf.version>
+ <protobuf.version>4.33.5</protobuf.version>
<slf4j.version>2.0.17</slf4j.version>
<snappy.version>1.1.10.8</snappy.version>
<storage-api.version>2.8.1</storage-api.version>