This is an automated email from the ASF dual-hosted git repository.
mthomsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 6f456ebbd4 NIFI-12518 Upgraded Calcite Avatica from 1.23.0 to 1.24.0
6f456ebbd4 is described below
commit 6f456ebbd4c72b3ebb6c18afbea43b5a18f7de88
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Dec 15 13:37:21 2023 -0600
NIFI-12518 Upgraded Calcite Avatica from 1.23.0 to 1.24.0
This closes #8164
Signed-off-by: Mike Thomsen <[email protected]>
---
nifi-code-coverage/pom.xml | 2 +-
nifi-nar-bundles/nifi-hive-bundle/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index 6f3d72d0ce..0c8b891d5d 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -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 -->
diff --git a/nifi-nar-bundles/nifi-hive-bundle/pom.xml
b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
index c5c85d232a..24e6bad26a 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
@@ -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>