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 25ab050 NIFI-8149: Updated Apache Calcite version from 1.21.0 to
1.26.0
25ab050 is described below
commit 25ab050ed78cedd11450cdc7e3165a58682fddb2
Author: Mark Payne <[email protected]>
AuthorDate: Tue Jan 19 17:29:39 2021 -0500
NIFI-8149: Updated Apache Calcite version from 1.21.0 to 1.26.0
Signed-off-by: Pierre Villard <[email protected]>
This closes #4765.
---
nifi-nar-bundles/nifi-standard-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 5213bf4..d5e5798 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -372,7 +372,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
- <version>1.21.0</version>
+ <version>1.26.0</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>