Skip to content

Commit 95bbefa

Browse files
authored
Update build.gradle
1 parent d5cd381 commit 95bbefa

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

lib/sdk/server/build.gradle

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,18 @@ ext {
6666
ext.libraries = [:]
6767

6868
ext.versions = [
69-
"commonsCodec": "1.15",
70-
"gson": "2.8.9",
71-
"guava": "32.0.1-jre",
69+
"commonsCodec": "1.19.0",
70+
"gson": "2.13.1",
71+
"guava": "33.4.8-jre",
7272
"jackson": "2.11.2",
73-
"launchdarklyJavaSdkCommon": "2.1.1",
73+
"launchdarklyJavaSdkCommon": "2.1.2",
7474
"launchdarklyJavaSdkInternal": "1.5.0",
7575
"launchdarklyLogging": "1.1.0",
76-
"okhttp": "4.9.3", // specify this for the SDK build instead of relying on the transitive dependency from okhttp-eventsource
76+
"okhttp": "4.12.0", // specify this for the SDK build instead of relying on the transitive dependency from okhttp-eventsource
7777
"okhttpEventsource": "4.1.0",
7878
"reactorCore":"3.3.22.RELEASE",
79-
"slf4j": "1.7.21",
80-
"snakeyaml": "2.0",
81-
"jedis": "2.9.0",
79+
"slf4j": "1.7.36",
80+
"snakeyaml": "2.4",
8281
"annotations": "13" // also included transitively with okhttp
8382
]
8483

0 commit comments

Comments
 (0)