NIFI-8149: Updated Apache Calcite version from 1.21.0 to 1.26.0

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #4765.
This commit is contained in:
Mark Payne 2021-01-19 17:29:39 -05:00 committed by Pierre Villard
parent 88de03aebb
commit 25ab050ed7
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 1 deletions

View File

@ -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>