Skip to content

Commit ea07318

Browse files
committed
Update dependency org.junit.jupiter:junit-jupiter-params to v5.8.2
1 parent 477d1a1 commit ea07318

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.8.2")
4141
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
4242
version {
4343
strictly("1.5.0")

0 commit comments

Comments
 (0)