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/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 3fb7dab4f3 Build: Update ORC to 1.8.4 (#7839)
3fb7dab4f3 is described below
commit 3fb7dab4f37709c585b3cfc3e613d0389a261d0e
Author: Yiqun Zhang <[email protected]>
AuthorDate: Thu Jun 15 00:00:10 2023 +0800
Build: Update ORC to 1.8.4 (#7839)
---
versions.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versions.props b/versions.props
index a91a4ab8e2..250c007729 100644
--- a/versions.props
+++ b/versions.props
@@ -4,7 +4,7 @@ org.apache.calcite:* = 1.10.0
org.apache.hadoop:* = 2.7.3
org.apache.hive:* = 2.3.9
org.apache.httpcomponents.client5:* = 5.2.1
-org.apache.orc:* = 1.8.3
+org.apache.orc:* = 1.8.4
org.apache.parquet:* = 1.13.1
org.apache.pig:pig = 0.14.0
com.fasterxml.jackson.*:* = 2.14.1