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 327b3bbde6c8892a38e7fc771ad597f761a85382 Author: Istvan Toth <[email protected]> AuthorDate: Tue Jan 28 15:43:37 2025 +0100 update CI config for for latest guava --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70864e860..fb821355f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -142,7 +142,7 @@ jobs: name: 'Linux (JDK 11), Newest Guava' runs-on: ubuntu-latest env: - GUAVA: 32.1.1-jre # newest supported Guava version + GUAVA: 33.4.0-jre # newest supported Guava version steps: - name: 'Set up JDK 11' uses: actions/setup-java@v4
