Skip to content

Commit 6eceabd

Browse files
authored
Merge pull request #11 from jGleitz/renovate/org.junit.jupiter-junit-jupiter-api-5.x
Update dependency org.junit.jupiter:junit-jupiter-api to v5.6.0
2 parents e5c7f70 + f664474 commit 6eceabd

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
@@ -26,7 +26,7 @@ dependencies {
2626

2727
testImplementation(kotlin("reflect"))
2828
testImplementation(name = "atrium-cc-en_GB-robstoll", group = "ch.tutteli.atrium", version = "0.8.0")
29-
testImplementation(name = "junit-jupiter-api", group = "org.junit.jupiter", version = "5.5.1")
29+
testImplementation(name = "junit-jupiter-api", group = "org.junit.jupiter", version = "5.6.0")
3030
testImplementation(name = "junit-jupiter-params", group = "org.junit.jupiter", version = "5.5.1")
3131

3232
testRuntimeOnly(name = "junit-jupiter-engine", group = "org.junit.jupiter", version = "5.6.0")

0 commit comments

Comments
 (0)