Compare commits

..

2 commits

Author SHA1 Message Date
0dc3323bea 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
2022-07-04 14:59:09 +02:00
1cb5f50797 chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.8.2 2022-07-04 14:59:09 +02:00

View file

@ -27,7 +27,7 @@ dependencies {
testImplementation(kotlin("test-junit5")) testImplementation(kotlin("test-junit5"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.0") 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 { tasks {