This repository was archived by the owner on May 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ext.versions = [
2323dependencies {
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"
Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ ext.libraries = [:]
6969
7070ext. 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" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ allprojects {
2626}
2727
2828ext. versions = [
29- " gson" : " 2.7 " ,
29+ " gson" : " 2.8.9 " ,
3030 " jackson" : " 2.10.0"
3131]
3232
You can’t perform that action at this time.
0 commit comments