Skip to content

Commit d06a7f4

Browse files
authored
Merge pull request #1469 from dimagi/bump-json-dependency
Bump JSON dependency to version 20250517
2 parents 6281ed6 + 0d6a3f3 commit d06a7f4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
api 'com.github.stefanhaustein:kxml2:2.4.1'
7272
implementation 'javax.ws.rs:javax.ws.rs-api:2.0.1'
7373
// Added so Android Studio recognizes libs in util jar projects
74-
implementation 'org.json:json:20220924'
74+
implementation 'org.json:json:20250517'
7575
implementation 'commons-cli:commons-cli:1.3.1'
7676
implementation 'joda-time:joda-time:2.12.1'
7777
implementation 'com.carrotsearch:hppc:0.9.1'
@@ -84,7 +84,7 @@ dependencies {
8484
implementation 'io.opentracing:opentracing-util:0.33.0'
8585
implementation 'com.datadoghq:dd-trace-api:1.10.0'
8686
implementation 'org.gavaghan:geodesy:1.1.3'
87-
cliImplementation 'org.json:json:20140107'
87+
cliImplementation 'org.json:json:20250517'
8888
cliImplementation 'com.github.stefanhaustein:kxml2:2.4.1'
8989
cliImplementation 'commons-cli:commons-cli:1.3.1'
9090
cliImplementation 'joda-time:joda-time:2.9.4'
@@ -99,15 +99,15 @@ dependencies {
9999
testImplementation sourceSets.cli.output
100100
testImplementation sourceSets.translate.output
101101
testImplementation 'junit:junit:4.13.2'
102-
testImplementation 'org.json:json:20140107'
102+
testImplementation 'org.json:json:20250517'
103103
testImplementation 'org.xerial:sqlite-jdbc:3.40.0.0'
104104
testImplementation 'joda-time:joda-time:2.9.4'
105105
testImplementation 'com.squareup.retrofit2:retrofit:2.3.0'
106106
testImplementation 'com.squareup.okhttp3:okhttp:4.11.0'
107107
testImplementation 'com.google.guava:guava:31.1-jre'
108108

109109
ccapiImplementation sourceSets.main.output
110-
ccapiImplementation 'org.json:json:20140107'
110+
ccapiImplementation 'org.json:json:20250517'
111111
ccapiImplementation 'org.xerial:sqlite-jdbc:3.40.0.0'
112112
ccapiImplementation 'com.github.stefanhaustein:kxml2:2.4.1'
113113
ccapiImplementation 'joda-time:joda-time:2.9.4'
@@ -125,7 +125,7 @@ dependencies {
125125
translateImplementation 'commons-cli:commons-cli:1.3.1'
126126
translateImplementation files('lib/json-simple-1.1.1.jar')
127127
translateImplementation 'joda-time:joda-time:2.9.4'
128-
translateImplementation 'org.json:json:20140107'
128+
translateImplementation 'org.json:json:20250517'
129129
translateImplementation 'io.reactivex.rxjava2:rxjava:2.1.1'
130130
translateImplementation "com.squareup.retrofit2:retrofit:2.3.0"
131131
translateImplementation 'com.squareup.okhttp3:okhttp:4.11.0'

0 commit comments

Comments
 (0)