Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Bump json from 20201115 to 20210307 (#174)
Browse files Browse the repository at this point in the history
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20201115 to 20210307.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Vinci <[email protected]>
  • Loading branch information
dependabot[bot] and andrewinci authored Apr 5, 2021
1 parent 1f33026 commit 30dca85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/update/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
api project(":lib:helper")

// Json
implementation(group: 'org.json', name: 'json', version: '20201115')
implementation(group: 'org.json', name: 'json', version: '20210307')

// Fuel
implementation(group: 'com.github.kittinunf.fuel', name: 'fuel', version: "$fuel_version")
Expand Down

0 comments on commit 30dca85

Please sign in to comment.