Skip to content

Commit a37b231

Browse files
Update dependency org.junit.jupiter:junit-jupiter-params to v5.10.0
1 parent dc4dcb8 commit a37b231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semanticdb-kotlinc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
testImplementation(kotlin("test"))
3737
testImplementation("io.kotest", "kotest-assertions-core", "4.6.3")
3838
testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0")
39-
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
39+
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.10.0")
4040
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
4141
version {
4242
strictly("1.5.0")

0 commit comments

Comments
 (0)