Skip to content

Commit 2c982e3

Browse files
committed
rollback guava upgrade because 33.x no longer includes checkerframework library
1 parent e905670 commit 2c982e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sdk/server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ext.libraries = [:]
6868
ext.versions = [
6969
"commonsCodec": "1.19.0",
7070
"gson": "2.13.1",
71-
"guava": "33.4.8-jre",
71+
"guava": "32.0.1-jre",
7272
"jackson": "2.11.2",
7373
"launchdarklyJavaSdkCommon": "2.1.2",
7474
"launchdarklyJavaSdkInternal": "1.5.0",

0 commit comments

Comments
 (0)