Skip to content

Commit b4425d7

Browse files
authored
chore: Update dependencies (#84)
**Requirements** - [ ] I have added test coverage for new or changed functionality - [ ] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [ ] I have validated my changes against all supported platform versions **Related issues** N/A **Describe the solution you've provided** Update dependencies to their latest versions.
1 parent d5cd381 commit b4425d7

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

lib/sdk/server/build.gradle

Lines changed: 6 additions & 7 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",
69+
"commonsCodec": "1.19.0",
70+
"gson": "2.13.1",
7171
"guava": "32.0.1-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

lib/shared/internal/buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// build script(s).
44

55
object Versions {
6-
const val gson = "2.8.9"
7-
const val launchdarklyJavaSdkCommon = "2.1.1"
6+
const val gson = "2.13.1"
7+
const val launchdarklyJavaSdkCommon = "2.1.2"
88
const val launchdarklyLogging = "1.1.1"
9-
const val okhttp = "4.9.1"
9+
const val okhttp = "4.12.0"
1010
const val testHelpers = "1.2.0"
1111
}
1212

0 commit comments

Comments
 (0)