From fb09a8f61256fd9398095b482a3b10ef96af887e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 03:12:49 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.11.3 to 1.11.4 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.11.3 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-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ba65fe5293..bc4838344f 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ subprojects { jetbrainsAnnotationsVersion = "26.0.1" jlayerVersion = "1.0.1.4" junitJupiterVersion = "5.11.3" - junitPlatformLauncherVersion = "1.11.3" + junitPlatformLauncherVersion = "1.11.4" logbackClassicVersion = "1.5.12" mockitoVersion = "5.14.2" openFeignVersion = "13.3"