From 865b1635e38b4b6f7f6cb09274918f0413ec6cae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 08:34:17 +0000 Subject: [PATCH] Update junit5 monorepo to v5.11.4 --- archiver/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archiver/build.gradle.kts b/archiver/build.gradle.kts index cbe9dbdf..387fec3c 100644 --- a/archiver/build.gradle.kts +++ b/archiver/build.gradle.kts @@ -14,10 +14,10 @@ dependencies { // Attention: kotlinx-serialization-json must be compatible with embeddedKotlinVersion implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4") testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25") testImplementation("com.github.tomakehurst:wiremock-jre8:2.32.0") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4") } tasks.register("printEmbeddedKotlinVersion") {