Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump json from 20200518 to 20210307 #14

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -246,7 +246,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')

testImplementation "junit:junit:$junit_version"
testImplementation 'org.json:json:20200518'
testImplementation 'org.json:json:20210307'
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
testImplementation "org.powermock:powermock-api-mockito2:${powermockVersion}"
testImplementation "org.powermock:powermock-module-junit4-rule-agent:${powermockVersion}"
Expand Down
2 changes: 1 addition & 1 deletion wear/build.gradle
Expand Up @@ -126,7 +126,7 @@ dependencies {
implementation('com.github.lecho:hellocharts-library:1.5.8@aar')

testImplementation "junit:junit:$junit_version"
testImplementation 'org.json:json:20200518'
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'
Expand Down