From 79dc75feb524c7615b5a0609469a3fb7c69ce1b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 03:18:33 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.3 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.11.0 to 1.11.3. - [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 2475ddc4681..e5044a45901 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ subprojects { jetbrainsAnnotationsVersion = "26.0.1" jlayerVersion = "1.0.1.4" junitJupiterVersion = "5.11.1" - junitPlatformLauncherVersion = "1.11.0" + junitPlatformLauncherVersion = "1.11.3" logbackClassicVersion = "1.5.11" mockitoVersion = "5.13.0" openFeignVersion = "13.3"