chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.8.2 (#7)
Some checks are pending
continuous-integration/drone/push Build is running

Reviewed-on: kalle/DLib#7
This commit is contained in:
kalle 2022-07-04 14:59:09 +02:00
commit 0dc3323bea

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 {