This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 58257c8a55d63a344340742a07179a0402813d99 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]> --- .../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 8725427780..50f58bdd23 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>
