Skip to content

Commit

Permalink
GEOMESA-3417 Update orc to 1.9.5 (#3235)
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz authored Nov 14, 2024
1 parent 9fae716 commit a5baefa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build/cqs.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ org.apache.hbase:hbase-zookeeper 2.6.1-hadoop3 compile
org.apache.htrace:htrace-core 3.2.0-incubating compile
org.apache.httpcomponents:httpclient 4.5.14 compile
org.apache.httpcomponents:httpcore 4.4.16 compile
org.apache.orc:orc-core nohive:1.9.4 compile
org.apache.orc:orc-mapreduce nohive:1.9.4 compile
org.apache.orc:orc-shims 1.9.4 compile
org.apache.orc:orc-core nohive:1.9.5 compile
org.apache.orc:orc-mapreduce nohive:1.9.5 compile
org.apache.orc:orc-shims 1.9.5 compile
org.apache.parquet:parquet-column 1.13.1 compile
org.apache.parquet:parquet-common 1.13.1 compile
org.apache.parquet:parquet-encoding 1.13.1 compile
Expand Down
1 change: 1 addition & 0 deletions docs/user/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ The following dependencies have been upgraded:

* hbase ``2.5.8-hadoop3`` -> ``2.6.1-hadoop3``
* hadoop ``3.4.0`` -> ``3.4.1``
* orc ``1.9.4`` -> ``1.9.5``
* spring-security ``5.8.14`` -> ``5.8.15``

Version 5.1.0 Upgrade Guide
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<mango.version>3.0.0</mango.version>
<metrics.version>3.2.6</metrics.version>
<micrometer.version>1.13.4</micrometer.version>
<orc.version>1.9.4</orc.version>
<orc.version>1.9.5</orc.version>
<parboiled.version>1.4.1</parboiled.version>
<parboiled.scala.version>1.3.1</parboiled.scala.version>
<parquet.version>1.13.1</parquet.version>
Expand Down

0 comments on commit a5baefa

Please sign in to comment.