Skip to content

Commit

Permalink
[CALCITE-5748] Support Guava 32.1.1-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Aug 3, 2023
1 parent c14bcdd commit 2736c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2736c27

Please sign in to comment.