From c0508459d7b0a8bec544375c35b4492b44a1ab32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 19:41:39 +0000 Subject: [PATCH] Update junit5 monorepo --- plugin/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 89839dc..1cf3983 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -8,10 +8,10 @@ plugins { dependencies { compileOnly(gradleApi()) testImplementation(gradleTestKit()) - testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2") - testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.9.2") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1") + testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.10.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1") testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25") }