This is an automated email from the ASF dual-hosted git repository.
etudenhoefner 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 02fdbf28df Build: Update ORC to 1.9.1 and aircompressor to 0.25 (#8332)
02fdbf28df is described below
commit 02fdbf28df9d531f935dd9b96d54234a65108eaa
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Aug 16 06:02:04 2023 -0700
Build: Update ORC to 1.9.1 and aircompressor to 0.25 (#8332)
---
gradle/libs.versions.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index d20ea9e50d..04082e1ebb 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -5,7 +5,7 @@
activation = "1.1.1"
aliyun-sdk-oss = "3.10.2"
antlr = "4.9.3"
-aircompressor = "0.24"
+aircompressor = "0.25"
arrow = "12.0.1"
avro = "1.11.1"
assertj-core = "3.24.2"
@@ -48,7 +48,7 @@ mockserver = "5.13.2"
nessie = "0.67.0"
netty-buffer = "4.1.68.Final"
object-client-bundle = "3.3.2"
-orc = "1.9.0"
+orc = "1.9.1"
parquet = "1.13.1"
pig = "0.14.0"
roaringbitmap = "0.9.44"