You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by za...@apache.org on 2022/07/28 14:15:52 UTC

[calcite] branch main updated: [CALCITE-5221] Upgrade Avatica version to 1.22.0

This is an automated email from the ASF dual-hosted git repository.

zabetak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/main by this push:
     new 657a3d352f [CALCITE-5221] Upgrade Avatica version to 1.22.0
657a3d352f is described below

commit 657a3d352ff81ef54f2bc0be6884363b49741305
Author: Stamatis Zampetakis <za...@gmail.com>
AuthorDate: Thu Jul 28 15:21:48 2022 +0300

    [CALCITE-5221] Upgrade Avatica version to 1.22.0
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index e30b05d767..9d746286bc 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -29,7 +29,7 @@ systemProp.org.gradle.internal.publish.checksums.insecure=true
 # Release version can be generated by using -Prelease or -Prc=<int> arguments
 calcite.version=1.31.0
 # This is a version to be used from Maven repository. It can be overridden by localAvatica below
-calcite.avatica.version=1.21.0
+calcite.avatica.version=1.22.0
 
 # The options below configures the use of local clone (e.g. testing development versions)
 # You can pass un-comment it, or pass option -PlocalReleasePlugins, or -PlocalReleasePlugins=<path>