From b50f0395daca46f15c8311b00ea7502ae2dc89ca Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 22:48:24 +0000 Subject: [PATCH] fix(deps): update dependency org.junit.platform:junit-platform-launcher to v6 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9977f623..08be34ec 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -74,7 +74,7 @@ dependencies { // Test testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3") - testImplementation("org.junit.platform:junit-platform-launcher:2.0.3") + testImplementation("org.junit.platform:junit-platform-launcher:6.0.3") testImplementation("org.wiremock:wiremock:3.13.2") // Testcontainers