From a45d71fba92cbb2440f37bb9fbd6250bb237963b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:12:51 +0000 Subject: [PATCH] chore: Bump org.junit.platform:junit-platform-launcher Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.9.1 to 1.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0a991d7a5..50b117eec 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -267,8 +267,8 @@ dependencies { testImplementation("org.junit.platform:junit-platform-commons:1.10.2") testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2") testImplementation("org.junit.platform:junit-platform-engine:1.10.0") - testImplementation("org.junit.platform:junit-platform-launcher:1.9.1") - testImplementation("org.junit.platform:junit-platform-suite-engine:1.9.1") + testImplementation("org.junit.platform:junit-platform-launcher:1.13.4") + testImplementation("org.junit.platform:junit-platform-suite-engine:1.13.4") testImplementation("org.mockito:mockito-inline:4.8.0") testImplementation("org.hamcrest:hamcrest:2.2") testImplementation("org.testcontainers:testcontainers:1.18.3")