Merge pull request #831 from austinhuang0131/renovate/junit5-monorepo

Update dependency org.junit.jupiter:junit-jupiter to v5.7.1
This commit is contained in:
Austin Huang 2021-03-20 18:24:52 -04:00 committed by GitHub
commit 7599af22a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,5 +116,5 @@ dependencies {
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6'
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.1'
}