Browse Source

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

Update dependency org.junit.jupiter:junit-jupiter to v5.7.1
renovate/org.robolectric-robolectric-4.x
Austin Huang 4 years ago
committed by GitHub
parent
commit
7599af22a3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/build.gradle

2
app/build.gradle

@ -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'
}
Loading…
Cancel
Save