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 13c91f259e [CALCITE-7177] Upgrade Guava from 33.4.0-jre to 33.4.8-jre
13c91f259e is described below

commit 13c91f259eff2ee4f02ca06ea2546b3f98259732
Author: Richard Antal <[email protected]>
AuthorDate: Mon Sep 15 11:56:58 2025 +0200

    [CALCITE-7177] Upgrade Guava from 33.4.0-jre to 33.4.8-jre
    
    Close apache/calcite#4541
---
 .github/workflows/main.yml | 2 +-
 gradle.properties          | 2 +-
 site/_docs/history.md      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 35b7ffe519..e27d0820fe 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -47,7 +47,7 @@ env:
   _JAVA_OPTIONS: '-XX:GCTimeLimit=90 -XX:GCHeapFreeLimit=35'
   DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
   GUAVA_MIN: '21.0' # oldest supported Guava version
-  GUAVA_MAX: '33.3.0-jre' # latest supported Guava version
+  GUAVA_MAX: '33.4.8-jre' # latest supported Guava version
   GUAVA: '21.0' # most jobs test against oldest Guava version
 
 jobs:
diff --git a/gradle.properties b/gradle.properties
index 07ac06c9c4..2e6816db57 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -109,7 +109,7 @@ foodmart-data-hsqldb.version=0.5
 foodmart-data-json.version=0.4
 foodmart-queries.version=0.4.1
 geode-core.version=1.15.1
-guava.version=33.3.0-jre
+guava.version=33.4.8-jre
 h2.version=2.1.210
 hadoop.version=2.10.2
 hamcrest-date.version=2.0.4
diff --git a/site/_docs/history.md b/site/_docs/history.md
index 9fc7d07c2c..8defc85595 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -43,7 +43,7 @@ ## <a 
href="https://github.com/apache/calcite/releases/tag/calcite-1.41.0";>1.41.
 
 Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
 using JDK/OpenJDK versions 8 to 23;
-Guava versions 21.0 to 33.3.0-jre;
+Guava versions 21.0 to 33.4.8-jre;
 other software versions as specified in gradle.properties.
 
 #### Breaking Changes

Reply via email to