From 782d7a33f8fda3882471cbda699c2c456b97c6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:36:31 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.11.4 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 026df74..ecae9ab 100644 --- a/build.gradle +++ b/build.gradle @@ -157,7 +157,7 @@ dependencies { testImplementation ("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion") testImplementation ("org.junit.jupiter:junit-jupiter:$junitJupiterVersion") testImplementation ("org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion") - testImplementation ("org.junit.platform:junit-platform-launcher:1.10.1") + testImplementation ("org.junit.platform:junit-platform-launcher:1.11.4") testImplementation ("com.adaptris:interlok-stubs:$interlokCoreVersion") { changing= true}