This is an automated email from the ASF dual-hosted git repository.
pvillard 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 118ee0d00e NIFI-11864 Upgraded Calcite Core from 1.34.0 to 1.35.0
118ee0d00e is described below
commit 118ee0d00e4ef684558edc08eef51f7a8c3bb444
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Jul 27 20:01:09 2023 -0500
NIFI-11864 Upgraded Calcite Core from 1.34.0 to 1.35.0
Signed-off-by: Pierre Villard <[email protected]>
This closes #7531.
---
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 1ec8d2aabc..f9aa67fe07 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
@@ -118,7 +118,7 @@
<hive3.version>3.1.3</hive3.version>
<hive.version>${hive3.version}</hive.version>
<avatica.version>1.23.0</avatica.version>
- <calcite.version>1.34.0</calcite.version>
+ <calcite.version>1.35.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 e267779f75..e98f9a321f 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.34.0</version>
+ <version>1.35.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 e04b8efac9..3d3f87292c 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -264,7 +264,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
- <version>1.34.0</version>
+ <version>1.35.0</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>