Skip to content

Commit e5c7f70

Browse files
authored
Merge pull request #12 from jGleitz/renovate/org.junit.jupiter-junit-jupiter-engine-5.x
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.6.0
2 parents 47eb5a2 + 1ca7cca commit e5c7f70

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)