From f2cee9afcf61538a27a85bf047db8bda41d31b7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:55:42 +0000 Subject: [PATCH] Update dependency org.junit.platform:junit-platform-launcher to v1.11.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0737ccef..82f9197a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ version = "2024.3.1" dependencies { testImplementation("org.jetbrains.kotlin:kotlin-test") testImplementation("org.assertj:assertj-core:3.26.3") - testImplementation("org.junit.platform:junit-platform-launcher:1.11.1") + testImplementation("org.junit.platform:junit-platform-launcher:1.11.2") implementation(kotlin("test")) implementation("org.codehaus.jettison:jettison:1.5.4")