chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.9.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
[BOT] Renovate 2022-07-26 19:34:20 +00:00
parent 50751166df
commit ab25b1d094

View file

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