Update dependency org.junit.jupiter:junit-jupiter-engine to v5.8.2
Some checks reported errors
continuous-integration/drone/pr Build was killed
continuous-integration/drone/push Build was killed

This commit is contained in:
[BOT] Renovate 2022-07-04 10:55:38 +00:00
parent 629f393e58
commit 942b2dc948

View file

@ -27,7 +27,7 @@ dependencies {
testImplementation(kotlin("test-junit5"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
}
tasks {