From 1d568c86cb9c8cf550d7d033ab66223a67d65e66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 02:35:28 +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 00649b4672..81665f4944 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ ext { tomcatVersion = '9.0.98' boringSslVersion = '2.0.69.Final' junitVersion = '5.11.3' - junitPlatformLauncherVersion = '1.11.3' + junitPlatformLauncherVersion = '1.11.4' mockitoVersion = '4.11.0' blockHoundVersion = '1.0.10.RELEASE' reflectionsVersion = '0.10.2'