This is an automated email from the ASF dual-hosted git repository. danny0405 pushed a commit to branch branch-1.22 in repository https://gitbox.apache.org/repos/asf/calcite.git
commit 4b3e406cffb57b1cfc1319c97c5f3ce4cf5d4fa3 Author: yuzhao.cyz <[email protected]> AuthorDate: Tue Feb 25 12:25:34 2020 +0800 [CALCITE-3818] Upgrade Avatica version to 1.16.0 (cherry picked from commit 6fd4de7b9286d1730244d997e5c34c3a146db752) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2d407b8..3788469 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ kotlin.parallel.tasks.in.project=true # Release version can be generated by using -Prelease or -Prc=<int> arguments calcite.version=1.22.0 # This is a version to be used from Maven repository. It can be overridden by localAvatica below -calcite.avatica.version=1.15.0 +calcite.avatica.version=1.16.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>
