From 1d23e4e2e78a3d101619bc4adbf761691be2fd1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 09:35:51 +0000 Subject: [PATCH] Bump org.json:json from 20140107 to 20230227 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20140107 to 20230227. - [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 3de72fbd7..9020f3078 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:20230227' 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:20230227' 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:20230227' 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:20230227' 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:20230227' translateImplementation 'io.reactivex.rxjava2:rxjava:2.1.1' translateImplementation "com.squareup.retrofit2:retrofit:2.3.0" translateImplementation 'com.squareup.okhttp3:okhttp:4.4.1'