Skip to content

Commit e905670

Browse files
authored
Update launchdarkly-java-sdk-internal dependencies
1 parent 95bbefa commit e905670

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)