Skip to content

Commit

Permalink
Bump json from 20211205 to 20220320 (#1815)
Browse files Browse the repository at this point in the history
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20211205 to 20220320.
- [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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 21, 2022
1 parent 107b28d commit 2f85321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ libraries.xerces = "xerces:xercesImpl:2.12.2"
libraries.zxing = "com.google.zxing:javase:3.4.1"
libraries.nimbusJwt = "com.nimbusds:nimbus-jose-jwt:8.23"
libraries.xmlSecurity = "org.apache.santuario:xmlsec:2.3.0"
libraries.orgJson = "org.json:json:20211205"
libraries.orgJson = "org.json:json:20220320"

// gradle plugins
libraries.testRetryPlugin = "org.gradle:test-retry-gradle-plugin:1.3.1"
Expand Down

0 comments on commit 2f85321

Please sign in to comment.