This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 7f9ca0635baf2ea251b030ebf22d10cc84407f15 Author: mr1716 <[email protected]> AuthorDate: Fri Apr 7 10:01:43 2023 -0400 NIFI-11403 Upgraded Calcite Core from 1.32.0 to 1.34.0 This closes #7137 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 58257c8a55d63a344340742a07179a0402813d99) --- .../nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6b0f4c6398..4189c155b3 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.32.0</version> + <version>1.34.0</version> <exclusions> <exclusion> <groupId>commons-logging</groupId>
