You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by th...@apache.org on 2022/08/05 20:44:42 UTC

[nifi] branch main updated: NIFI-10319 - Update pom.xml

This is an automated email from the ASF dual-hosted git repository.

thenatog 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 0fd262efca NIFI-10319 - Update pom.xml
0fd262efca is described below

commit 0fd262efca33b8dea6a996fa9ac096310a94bba7
Author: UcanInfosec <10...@users.noreply.github.com>
AuthorDate: Thu Aug 4 09:20:39 2022 -0400

    NIFI-10319 - Update pom.xml
    
    Signed-off-by: Nathan Gough <th...@gmail.com>
    
    This closes #6270.
---
 nifi-nar-bundles/nifi-hive-bundle/pom.xml                               | 2 +-
 .../nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml          | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nifi-nar-bundles/nifi-hive-bundle/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
index 65f5f9a577..a276cf7b36 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
@@ -113,7 +113,7 @@
         <hive12.hadoop.version>2.6.2</hive12.hadoop.version>
         <hive3.version>3.1.3</hive3.version>
         <hive.version>${hive3.version}</hive.version>
-        <calcite.version>1.27.0</calcite.version>
+        <calcite.version>1.31.0</calcite.version>
         <calcite.avatica.version>1.6.0</calcite.avatica.version>
     </properties>
 
diff --git a/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml b/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
index 01726ef2b8..373b9fa4df 100644
--- a/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
+++ b/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
@@ -62,7 +62,7 @@
         <dependency>
             <groupId>org.apache.calcite</groupId>
             <artifactId>calcite-core</artifactId>
-            <version>1.21.0</version>
+            <version>1.31.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 9251c5b466..c4f7bfd810 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -272,7 +272,7 @@
             <dependency>
                 <groupId>org.apache.calcite</groupId>
                 <artifactId>calcite-core</artifactId>
-                <version>1.28.0</version>
+                <version>1.31.0</version>
                 <exclusions>
                     <exclusion>
                         <groupId>log4j</groupId>