Skip to content

Commit eed5d34

Browse files
Merge pull request #20 from Doist/renovate/junit5-monorepo
Update dependency org.junit.jupiter:junit-jupiter to v5.10.0
2 parents 6c4b858 + 91c462a commit eed5d34

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
@@ -17,7 +17,7 @@ dependencies {
1717

1818
testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.21.0")
1919
testImplementation("io.kotest:kotest-assertions-core:5.4.0")
20-
testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")
20+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
2121
}
2222

2323
tasks.withType<KotlinCompile>() {

0 commit comments

Comments
 (0)