From e1c39a3369468623decb3569ffeb01c8af2c3d97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 03:41:06 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.11.0 to 1.11.1. - [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 a4b1e34352..64ad3d7870 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.11.0" + junitPlatformLauncherVersion = "1.11.1" logbackClassicVersion = "1.5.7" mockitoVersion = "5.13.0" openFeignVersion = "13.3"