Skip to content

Commit

Permalink
Bump org.json:json from 20140107 to 20230227
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2023
1 parent 4617f53 commit e51a21b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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'
Expand All @@ -84,7 +84,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'
Expand All @@ -99,15 +99,15 @@ 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'
testImplementation 'com.squareup.okhttp3:okhttp:4.4.1'
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'
Expand All @@ -125,7 +125,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'
Expand Down

0 comments on commit e51a21b

Please sign in to comment.