Bump json from 20210307 to 20211205

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205.
- [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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-06 13:06:15 +00:00 committed by Kavin
parent dc009f38fc
commit dbb4a69bdd
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.0'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0'
implementation 'org.json:json:20210307'
implementation 'org.json:json:20211205'
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.5'
implementation 'com.rometools:rome:1.16.0'
implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3'