This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 43eb43365d NIFI-11864 Upgraded Calcite Core from 1.34.0 to 1.35.0
43eb43365d is described below
commit 43eb43365de21cc56226a2e5015dadd3db9e60af
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 83da4bbc30..a11ccf07d0 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
@@ -132,7 +132,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 9b35589215..8875d43626 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 66c0318255..64e1b05d98 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -270,7 +270,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>