Skip to content

Commit 80b3706

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter-params to v5.9.1
1 parent 51b3e0d commit 80b3706

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
@@ -37,7 +37,7 @@ dependencies {
3737
testImplementation(kotlin("test"))
3838
testImplementation("io.kotest", "kotest-assertions-core", "4.6.3")
3939
testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.4.0")
40-
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
40+
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.9.1")
4141
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
4242
version {
4343
strictly("1.5.0")

0 commit comments

Comments
 (0)