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