You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2021/06/14 20:48:06 UTC

[nifi] branch main updated: NIFI-8674: Update Apache Calcite version to 1.27.0

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


The following commit(s) were added to refs/heads/main by this push:
     new 87c02c1  NIFI-8674: Update Apache Calcite version to 1.27.0
87c02c1 is described below

commit 87c02c17d2567aeb7be58118a30ea8a9a6369950
Author: Kent Nguyen <nt...@gmail.com>
AuthorDate: Wed Jun 9 11:04:06 2021 +0700

    NIFI-8674: Update Apache Calcite version to 1.27.0
    
    This closes #5138
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 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 d6e5b87..d309d0c 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -349,7 +349,7 @@
             <dependency>
                 <groupId>org.apache.calcite</groupId>
                 <artifactId>calcite-core</artifactId>
-                <version>1.26.0</version>
+                <version>1.27.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.avro</groupId>