From bea6ae55704b3fed81aa9666398ef21ed19615ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:18:08 +0000 Subject: [PATCH] Bump org.json:json from 20140107 to 20231013 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20140107 to 20231013. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 97747eb8d..a902a174d 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ dependencies { api 'com.github.stefanhaustein:kxml2:2.4.1' implementation 'javax.ws.rs:javax.ws.rs-api:2.0.1' // Added so Android Studio recognizes libs in util jar projects - implementation 'org.json:json:20220924' + implementation 'org.json:json:20231013' implementation 'commons-cli:commons-cli:1.3.1' implementation 'joda-time:joda-time:2.12.1' implementation 'com.carrotsearch:hppc:0.9.1' @@ -83,7 +83,7 @@ dependencies { implementation 'io.opentracing:opentracing-util:0.33.0' implementation 'com.datadoghq:dd-trace-api:1.10.0' - cliImplementation 'org.json:json:20140107' + cliImplementation 'org.json:json:20231013' cliImplementation 'com.github.stefanhaustein:kxml2:2.4.1' cliImplementation 'commons-cli:commons-cli:1.3.1' cliImplementation 'joda-time:joda-time:2.9.4' @@ -98,7 +98,7 @@ dependencies { testImplementation sourceSets.cli.output testImplementation sourceSets.translate.output testImplementation 'junit:junit:4.13.2' - testImplementation 'org.json:json:20140107' + testImplementation 'org.json:json:20231013' testImplementation 'org.xerial:sqlite-jdbc:3.40.0.0' testImplementation 'joda-time:joda-time:2.9.4' testImplementation 'com.squareup.retrofit2:retrofit:2.3.0' @@ -106,7 +106,7 @@ dependencies { testImplementation 'com.google.guava:guava:31.1-jre' ccapiImplementation sourceSets.main.output - ccapiImplementation 'org.json:json:20140107' + ccapiImplementation 'org.json:json:20231013' ccapiImplementation 'org.xerial:sqlite-jdbc:3.40.0.0' ccapiImplementation 'com.github.stefanhaustein:kxml2:2.4.1' ccapiImplementation 'joda-time:joda-time:2.9.4' @@ -124,7 +124,7 @@ dependencies { translateImplementation 'commons-cli:commons-cli:1.3.1' translateImplementation files('lib/json-simple-1.1.1.jar') translateImplementation 'joda-time:joda-time:2.9.4' - translateImplementation 'org.json:json:20140107' + translateImplementation 'org.json:json:20231013' translateImplementation 'io.reactivex.rxjava2:rxjava:2.1.1' translateImplementation "com.squareup.retrofit2:retrofit:2.3.0" translateImplementation 'com.squareup.okhttp3:okhttp:4.11.0'