From 8672d761a3a5cbb2984ddf65a4da99c63d73c548 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 12:54:44 +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..1676b03 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.9.3") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3") + testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.9.3") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.3") testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25") }