Skip to content

Commit db50864

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter-params to v5.10.2
1 parent 3ff9e97 commit db50864

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
@@ -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.10.2")
4646
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
4747
version {
4848
strictly("1.5.0")

0 commit comments

Comments
 (0)