NIFI-12518 Upgraded Calcite Avatica from 1.23.0 to 1.24.0

This closes #8164

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
exceptionfactory 2023-12-15 13:37:21 -06:00 committed by Mike Thomsen
parent 5e3239f8c1
commit 6f456ebbd4
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
<properties>
<ant.version>1.10.14</ant.version>
<calcite.avatica.version>1.6.0</calcite.avatica.version>
<avatica.version>1.23.0</avatica.version>
<avatica.version>1.24.0</avatica.version>
</properties>
<!-- Managed Dependency Versions for referenced modules required based on different parent bundle project -->

View File

@ -116,7 +116,7 @@
<properties>
<hive3.version>3.1.3</hive3.version>
<hive.version>${hive3.version}</hive.version>
<avatica.version>1.23.0</avatica.version>
<avatica.version>1.24.0</avatica.version>
<calcite.version>1.36.0</calcite.version>
<calcite.avatica.version>1.6.0</calcite.avatica.version>
</properties>