This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
commit 3631c4fa1ecd061c83e3678725637f33a173775a Author: Istvan Toth <[email protected]> AuthorDate: Tue Jan 28 12:17:30 2025 +0100 [CALCITE-6807] Update Guava from 32.1.1-jre to 33.4.0-jre in Avatica --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 06f4f3db5..18e5f6014 100644 --- a/gradle.properties +++ b/gradle.properties @@ -61,7 +61,7 @@ bytebuddy.version=1.15.1 dropwizard-metrics.version=4.0.5 # We support Guava versions as old as 14.0.1 (the version used by Hive) # but prefer more recent versions. -guava.version=32.1.1-jre +guava.version=33.4.0-jre hamcrest.version=1.3 hsqldb.version=2.4.1 h2.version=1.4.197
