From 7d50b124a59153355e306cbcded8d0ec61507b4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:38:08 +0000 Subject: [PATCH] Update junit5 monorepo to v5.11.0 --- 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..4ebdab09 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.0") 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.0") } tasks.register("printEmbeddedKotlinVersion") {