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 Mar 15, 2021
1 parent 4b7b468 commit 9a227c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.1"
testImplementation "org.assertj:assertj-core:3.19.0"
testImplementation "org.mockito:mockito-core:3.8.0"
testImplementation 'org.json:json:20201115'
testImplementation 'org.json:json:20210307'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}
2 changes: 1 addition & 1 deletion securesmsproxyapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-params:5.7.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.1"
testImplementation "org.assertj:assertj-core:3.19.0"
testImplementation 'org.json:json:20201115'
testImplementation 'org.json:json:20210307'
testImplementation "org.mockito:mockito-core:3.8.0"
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
Expand Down

0 comments on commit 9a227c3

Please sign in to comment.