Skip to content

Commit 13c91f2

Browse files
Richard Antalzabetak
authored andcommitted
[CALCITE-7177] Upgrade Guava from 33.4.0-jre to 33.4.8-jre
Close #4541
1 parent 0668366 commit 13c91f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ env:
4747
_JAVA_OPTIONS: '-XX:GCTimeLimit=90 -XX:GCHeapFreeLimit=35'
4848
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
4949
GUAVA_MIN: '21.0' # oldest supported Guava version
50-
GUAVA_MAX: '33.3.0-jre' # latest supported Guava version
50+
GUAVA_MAX: '33.4.8-jre' # latest supported Guava version
5151
GUAVA: '21.0' # most jobs test against oldest Guava version
5252

5353
jobs:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ foodmart-data-hsqldb.version=0.5
109109
foodmart-data-json.version=0.4
110110
foodmart-queries.version=0.4.1
111111
geode-core.version=1.15.1
112-
guava.version=33.3.0-jre
112+
guava.version=33.4.8-jre
113113
h2.version=2.1.210
114114
hadoop.version=2.10.2
115115
hamcrest-date.version=2.0.4

site/_docs/history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ z.
4343

4444
Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
4545
using JDK/OpenJDK versions 8 to 23;
46-
Guava versions 21.0 to 33.3.0-jre;
46+
Guava versions 21.0 to 33.4.8-jre;
4747
other software versions as specified in gradle.properties.
4848

4949
#### Breaking Changes

0 commit comments

Comments
 (0)