This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new ba66bcce6c [core] bump ORC to 1.9.8 (#8383)
ba66bcce6c is described below
commit ba66bcce6c0e072a02f83d23f0444e79092bde48
Author: cxzl25 <[email protected]>
AuthorDate: Mon Jun 29 19:26:26 2026 +0800
[core] bump ORC to 1.9.8 (#8383)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a1a6a5e054..032982ada2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@ under the License.
<testcontainers.version>1.19.1</testcontainers.version>
<iceberg.version>1.6.1</iceberg.version>
<parquet.version>1.16.0</parquet.version>
- <orc.version>1.9.2</orc.version>
+ <orc.version>1.9.8</orc.version>
<protobuf-java.version>3.19.6</protobuf-java.version>
<roaringbitmap.version>1.2.1</roaringbitmap.version>
<arrow.version>15.0.0</arrow.version>