From a26ea6293f4581eae96fed2aea042eaf11fb59bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 07:54:45 -0400 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.11.0 (#12835) Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.3 to 1.11.0. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a2a354f3013..d28bcf0f42f 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ subprojects { jetbrainsAnnotationsVersion = "24.1.0" jlayerVersion = "1.0.1.4" junitJupiterVersion = "5.11.0" - junitPlatformLauncherVersion = "1.10.3" + junitPlatformLauncherVersion = "1.11.0" logbackClassicVersion = "1.5.7" mockitoVersion = "5.11.0" openFeignVersion = "13.3"