From 87ec4ede3729399a7337159017a823477b108b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:07:34 +0000 Subject: [PATCH] chore: Bump org.junit.platform:junit-platform-launcher Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.9.1 to 1.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0a991d7a5..fe32014fa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -267,7 +267,7 @@ 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-launcher:1.11.4") testImplementation("org.junit.platform:junit-platform-suite-engine:1.9.1") testImplementation("org.mockito:mockito-inline:4.8.0") testImplementation("org.hamcrest:hamcrest:2.2")