Skip to content

Commit 4e177e3

Browse files
committed
chore: bumping gson to incorporate fixes and improvements
1 parent 6dcaac4 commit 4e177e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contract-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
dependencies {
2828
// https://mvnrepository.com/artifact/org.nanohttpd/nanohttpd
2929
implementation("org.nanohttpd:nanohttpd:2.3.1")
30-
implementation("com.google.code.gson:gson:2.8.9")
30+
implementation("com.google.code.gson:gson:2.13.1")
3131
implementation("com.squareup.okhttp3:okhttp:4.9.2")
3232
implementation(project(":launchdarkly-android-client-sdk"))
3333
// Comment the previous line and uncomment this one to depend on the published artifact:

launchdarkly-android-client-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ext.versions = [
6161
"androidAnnotation": "1.2.0",
6262
"androidAppcompat": "1.1.0",
6363
"eventsource": "3.0.0",
64-
"gson": "2.8.9",
64+
"gson": "2.13.1",
6565
"jacksonCore": "2.10.5",
6666
"jacksonDatabind": "2.10.5.1",
6767
"junit": "4.13",

shared-test-code/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = version
1111
ext {}
1212
ext.versions = [
1313
"androidAnnotation": "1.2.0",
14-
"gson": "2.8.9",
14+
"gson": "2.13.1",
1515
"junit": "4.13",
1616
"launchdarklyLogging": "1.1.1",
1717
]

0 commit comments

Comments
 (0)