Skip to content

Commit

Permalink
Library upgrades.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnturton committed Aug 31, 2024
1 parent 599ea39 commit 1755bab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion exec/jdbc-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"package.namespace.prefix" equals to "oadd.". It can be overridden if necessary within any profile -->
<properties>
<package.namespace.prefix>oadd.</package.namespace.prefix>
<jdbc-all-jar.maxsize>54000000</jdbc-all-jar.maxsize>
<jdbc-all-jar.maxsize>56000000</jdbc-all-jar.maxsize>
</properties>

<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
<forkCount>1</forkCount>
<freemarker.version>2.3.30</freemarker.version>
<guava.version>32.1.2-jre</guava.version>
<hadoop.version>3.3.6</hadoop.version>
<hadoop.version>3.4.0</hadoop.version>
<hamcrest.version>2.2</hamcrest.version>
<hbase.version>2.5.5-hadoop3</hbase.version>
<hbase.version>2.6.0-hadoop3</hbase.version>
<hikari.version>4.0.3</hikari.version>
<!--
Currently, Hive storage plugin only supports Apache Hive 3.1.3 or vendor specific variants of the
Expand Down Expand Up @@ -123,11 +123,11 @@
<msgpack.version>0.6.6</msgpack.version>
<netty.tcnative.classifier />
<netty.tcnative.version>2.0.65.Final</netty.tcnative.version>
<netty.version>4.1.109.Final</netty.version>
<netty.version>4.1.112.Final</netty.version>
<parquet.format.version>2.9.0</parquet.format.version>
<parquet.version>1.12.3</parquet.version>
<project.build.outputTimestamp>1676438963</project.build.outputTimestamp>
<protobuf.version>3.16.3</protobuf.version>
<protobuf.version>3.25.4</protobuf.version>
<proto.cas.path>${project.basedir}/src/main/protobuf/</proto.cas.path>
<protostuff.version>1.8.0</protostuff.version>
<rat.skip>true</rat.skip>
Expand Down Expand Up @@ -2942,7 +2942,7 @@
</activation>
<properties>
<hadoop.version>2.10.2</hadoop.version>
<hbase.version>2.5.5</hbase.version>
<hbase.version>2.6.0</hbase.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 1755bab

Please sign in to comment.