This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
The following commit(s) were added to refs/heads/main by this push:
new 2736c2795 [CALCITE-5748] Support Guava 32.1.1-jre
2736c2795 is described below
commit 2736c27950c65f6dbb1e34426578ed7ee2ab65d5
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sat Jun 3 22:45:50 2023 +0200
[CALCITE-5748] Support Guava 32.1.1-jre
---
.github/workflows/main.yml | 2 +-
gradle.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c55c92b69..0bd4b92d0 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: 31.1-jre # newest supported Guava version
+ GUAVA: 32.1.1-jre # newest supported Guava version
steps:
- name: 'Set up JDK 11'
uses: actions/setup-java@v2
diff --git a/gradle.properties b/gradle.properties
index e31fd4c3e..95bf06d3c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -58,7 +58,7 @@ bouncycastle.version=1.70
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=31.1-jre
+guava.version=32.1.1-jre
hamcrest.version=1.3
hsqldb.version=2.4.1
h2.version=1.4.197