Update dependency org.junit.jupiter:junit-jupiter to v5.8.1 (#3259)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-09-29 18:09:35 +02:00
committed by GitHub
parent 18eece0b71
commit 744f7a18ae

View File

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