Merge pull request #1470 from nightscout/dependabot/gradle/dev/org.json-json-20220320

Bump json from 20211205 to 20220320
This commit is contained in:
Milos Kozak 2022-03-21 11:37:09 +01:00 committed by GitHub
commit 0e559eff84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
testImplementation "junit:junit:$junit_version"
testImplementation 'org.json:json:20211205'
testImplementation 'org.json:json:20220320'
testImplementation("org.mockito:mockito-core:${mockito_version}") {
exclude group: 'net.bytebuddy', module: 'byte-buddy'
exclude group: 'net.bytebuddy', module: 'byte-buddy-android'