Compare commits

...

1 commit

Author SHA1 Message Date
942b2dc948 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
2022-07-04 10:55:38 +00: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 {