File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
launchdarkly-android-client-sdk Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ android {
2727dependencies {
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:
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ version = version
1111ext {}
1212ext. 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]
You can’t perform that action at this time.
0 commit comments