This is an automated email from the ASF dual-hosted git repository. F21 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
commit 849b19e1f2f2d4a75358cef9d7cd4f8cd446f182 Author: Stamatis Zampetakis <[email protected]> AuthorDate: Thu May 7 20:05:58 2026 +0200 [CALCITE-7507] NPE in ReleaseExtension.<init> when building from sources The fix for https://github.com/vlsi/vlsi-release-plugins/issues/171 causing the NPE is released in 3.0.2 version. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 204d7825b..533f94ff9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -37,7 +37,7 @@ calcite.avatica.version=1.28.0 com.github.autostyle.version=3.2 com.github.johnrengelman.shadow.version=8.1.1 com.github.spotbugs.version=2.0.0 -com.github.vlsi.vlsi-release-plugins.version=3.0.1 +com.github.vlsi.vlsi-release-plugins.version=3.0.2 com.google.protobuf.version=0.8.12 de.thetaphi.forbiddenapis.version=3.7 org.jetbrains.gradle.plugin.idea-ext.version=0.5
