From a52fefdb5b5c02a13e686b2b5e80f8a6f3a7066b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 07:02:15 +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 38583a76c1..6bb5122e10 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ ext { tomcatVersion = '9.0.98' boringSslVersion = '2.0.69.Final' junitVersion = '5.11.4' - junitPlatformLauncherVersion = '1.11.3' + junitPlatformLauncherVersion = '1.11.4' mockitoVersion = '4.11.0' blockHoundVersion = '1.0.10.RELEASE' reflectionsVersion = '0.10.2'