Compare commits

...

2 Commits

Author SHA1 Message Date
kalle 0dc3323bea chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.8.2 (#7)
continuous-integration/drone/push Build is running Details
Reviewed-on: kalle/DLib#7
2022-07-04 14:59:09 +02:00
[BOT] Renovate 1cb5f50797 chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.8.2 2022-07-04 14:59:09 +02:00
1 changed files with 1 additions and 1 deletions

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 {