Skip to content

Commit

Permalink
Bump json from 20201115 to 20210307
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rymsha committed Mar 15, 2021
1 parent 251c546 commit 666e47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
compile 'com.enonic.lib:lib-cache:2.1.1'

compile group: 'org.jdom', name: 'jdom', version: '2.0.2'
compile group: 'org.json', name: 'json', version: '20201115'
compile group: 'org.json', name: 'json', version: '20210307'
compile group: 'jaxen', name: 'jaxen', version: '1.2.0-atlassian-2'

testCompile "com.enonic.xp:testing:${xpVersion}"
Expand Down

0 comments on commit 666e47d

Please sign in to comment.