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 0639d2373 Revert "ORC-1888: Upgrade `protobuf-java` to 3.25.7"
0639d2373 is described below
commit 0639d2373d70cdd1d36c9666ab4dfd458ebdea3b
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Apr 29 09:38:21 2025 -0700
Revert "ORC-1888: Upgrade `protobuf-java` to 3.25.7"
This reverts commit 6c5a9eee371303643cd1ad50297a7f279c25882f.
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index bccbaeb4d..ee1b0b1d1 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -79,7 +79,7 @@
<orc-format.version>1.1.0</orc-format.version>
<!-- Build Properties -->
<project.build.outputTimestamp>2025-01-05T19:25:27Z</project.build.outputTimestamp>
- <protobuf.version>3.25.7</protobuf.version>
+ <protobuf.version>3.25.5</protobuf.version>
<slf4j.version>2.0.17</slf4j.version>
<storage-api.version>2.8.1</storage-api.version>
<surefire.version>3.5.2</surefire.version>