Merge pull request #1470 from nightscout/dependabot/gradle/dev/org.json-json-20220320
Bump json from 20211205 to 20220320
This commit is contained in:
commit
0e559eff84
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue