Skip to content

Commit 1ca7cca

Browse files
committed
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.6.0
1 parent 47eb5a2 commit 1ca7cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
testImplementation(name = "junit-jupiter-api", group = "org.junit.jupiter", version = "5.5.1")
3030
testImplementation(name = "junit-jupiter-params", group = "org.junit.jupiter", version = "5.5.1")
3131

32-
testRuntimeOnly(name = "junit-jupiter-engine", group = "org.junit.jupiter", version = "5.5.1")
32+
testRuntimeOnly(name = "junit-jupiter-engine", group = "org.junit.jupiter", version = "5.6.0")
3333
}
3434

3535
val ossrhUsername: String? by project

0 commit comments

Comments
 (0)