Skip to content

Commit 2725311

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter-params to v5.12.1
1 parent b0c2375 commit 2725311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semanticdb-kotlinc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
// testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0")
4343
testImplementation("dev.zacsweers.kctfork", "core", "0.4.0")
4444

45-
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
45+
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.12.1")
4646
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
4747
version {
4848
strictly("1.5.0")

0 commit comments

Comments
 (0)