Merge pull request #1039 from nightscout/dependabot/gradle/dev/org.json-json-20211205
Bump json from 20210307 to 20211205
This commit is contained in:
commit
a2c7f2a6d9
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ dependencies {
|
||||||
implementation('com.github.lecho:hellocharts-library:1.5.8@aar')
|
implementation('com.github.lecho:hellocharts-library:1.5.8@aar')
|
||||||
|
|
||||||
testImplementation "junit:junit:$junit_version"
|
testImplementation "junit:junit:$junit_version"
|
||||||
testImplementation 'org.json:json:20210307'
|
testImplementation 'org.json:json:20211205'
|
||||||
testImplementation("org.mockito:mockito-core:${mockitoVersion}") {
|
testImplementation("org.mockito:mockito-core:${mockitoVersion}") {
|
||||||
exclude group: 'net.bytebuddy', module: 'byte-buddy'
|
exclude group: 'net.bytebuddy', module: 'byte-buddy'
|
||||||
exclude group: 'net.bytebuddy', module: 'byte-buddy-android'
|
exclude group: 'net.bytebuddy', module: 'byte-buddy-android'
|
||||||
|
|
Loading…
Reference in a new issue