@@ -70,7 +70,7 @@ dependencies {
7070 api ' com.github.stefanhaustein:kxml2:2.4.1'
7171 implementation ' javax.ws.rs:javax.ws.rs-api:2.0.1'
7272 // Added so Android Studio recognizes libs in util jar projects
73- implementation ' org.json:json:20220924 '
73+ implementation ' org.json:json:20250517 '
7474 implementation ' commons-cli:commons-cli:1.3.1'
7575 implementation ' joda-time:joda-time:2.12.1'
7676 implementation ' com.carrotsearch:hppc:0.9.1'
@@ -83,7 +83,7 @@ dependencies {
8383 implementation ' io.opentracing:opentracing-util:0.33.0'
8484 implementation ' com.datadoghq:dd-trace-api:1.10.0'
8585 implementation ' org.gavaghan:geodesy:1.1.3'
86- cliImplementation ' org.json:json:20140107 '
86+ cliImplementation ' org.json:json:20250517 '
8787 cliImplementation ' com.github.stefanhaustein:kxml2:2.4.1'
8888 cliImplementation ' commons-cli:commons-cli:1.3.1'
8989 cliImplementation ' joda-time:joda-time:2.9.4'
@@ -98,15 +98,15 @@ dependencies {
9898 testImplementation sourceSets. cli. output
9999 testImplementation sourceSets. translate. output
100100 testImplementation ' junit:junit:4.13.2'
101- testImplementation ' org.json:json:20140107 '
101+ testImplementation ' org.json:json:20250517 '
102102 testImplementation ' org.xerial:sqlite-jdbc:3.40.0.0'
103103 testImplementation ' joda-time:joda-time:2.9.4'
104104 testImplementation ' com.squareup.retrofit2:retrofit:2.3.0'
105105 testImplementation ' com.squareup.okhttp3:okhttp:4.11.0'
106106 testImplementation ' com.google.guava:guava:31.1-jre'
107107
108108 ccapiImplementation sourceSets. main. output
109- ccapiImplementation ' org.json:json:20140107 '
109+ ccapiImplementation ' org.json:json:20250517 '
110110 ccapiImplementation ' org.xerial:sqlite-jdbc:3.40.0.0'
111111 ccapiImplementation ' com.github.stefanhaustein:kxml2:2.4.1'
112112 ccapiImplementation ' joda-time:joda-time:2.9.4'
@@ -124,7 +124,7 @@ dependencies {
124124 translateImplementation ' commons-cli:commons-cli:1.3.1'
125125 translateImplementation files(' lib/json-simple-1.1.1.jar' )
126126 translateImplementation ' joda-time:joda-time:2.9.4'
127- translateImplementation ' org.json:json:20140107 '
127+ translateImplementation ' org.json:json:20250517 '
128128 translateImplementation ' io.reactivex.rxjava2:rxjava:2.1.1'
129129 translateImplementation " com.squareup.retrofit2:retrofit:2.3.0"
130130 translateImplementation ' com.squareup.okhttp3:okhttp:4.11.0'
0 commit comments