From d61fc116c35bfde9de035b689f102c5cea34bc57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 17:55:17 +0000 Subject: [PATCH] Update dependency org.junit.jupiter:junit-jupiter-params to v5.13.3 --- semanticdb-kotlinc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semanticdb-kotlinc/build.gradle.kts b/semanticdb-kotlinc/build.gradle.kts index d641f93..6e09f85 100644 --- a/semanticdb-kotlinc/build.gradle.kts +++ b/semanticdb-kotlinc/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { // testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0") testImplementation("dev.zacsweers.kctfork", "core", "0.7.0") - testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1") + testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.13.3") testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") { version { strictly("1.5.0")