Update dependency org.junit.jupiter:junit-jupiter to v5.8.0 (#3244)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-09-13 10:23:38 +02:00
committed by GitHub
parent 9f54472dd6
commit c8989b3332

View File

@ -76,7 +76,7 @@ allprojects {
dependencies {
// Tests
testImplementation("junit:junit:4.13.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.7.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.8.0")
}
plugins.withId("java") {