Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 239395f

Browse files
authored
Merge pull request #302 from launchdarkly/eb/sc-132830/gson-version
use Gson 2.8.9
2 parents b3b1612 + b2bd379 commit 239395f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

benchmarks/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ext.versions = [
2323
dependencies {
2424
compile files("lib/launchdarkly-java-server-sdk-all.jar")
2525
compile files("lib/launchdarkly-java-server-sdk-test.jar")
26-
compile "com.google.code.gson:gson:2.7"
26+
compile "com.google.code.gson:gson:2.8.9"
2727
compile "com.google.guava:guava:${versions.guava}" // required by SDK test code
2828
compile "com.squareup.okhttp3:mockwebserver:3.12.10"
2929
compile "org.openjdk.jmh:jmh-core:1.21"

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ ext.libraries = [:]
6969

7070
ext.versions = [
7171
"commonsCodec": "1.15",
72-
"gson": "2.7",
72+
"gson": "2.8.9",
7373
"guava": "30.1-jre",
7474
"jackson": "2.11.2",
75-
"launchdarklyJavaSdkCommon": "1.2.0",
75+
"launchdarklyJavaSdkCommon": "1.2.1",
7676
"okhttp": "4.8.1", // specify this for the SDK build instead of relying on the transitive dependency from okhttp-eventsource
7777
"okhttpEventsource": "2.3.2",
7878
"slf4j": "1.7.21",

packaging-test/test-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ allprojects {
2626
}
2727

2828
ext.versions = [
29-
"gson": "2.7",
29+
"gson": "2.8.9",
3030
"jackson": "2.10.0"
3131
]
3232

0 commit comments

Comments
 (0)