From c75794370056c9a8016140e3b872dfd0654a25f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 05:34:10 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.11.1 to 1.11.2 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.11.1 to 1.11.2. - [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 be4868a8c..89c2fcbb8 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ ext { tomcatVersion = '9.0.95' boringSslVersion = '2.0.66.Final' junitVersion = '5.11.2' - junitPlatformLauncherVersion = '1.11.1' + junitPlatformLauncherVersion = '1.11.2' mockitoVersion = '4.11.0' blockHoundVersion = '1.0.9.RELEASE' reflectionsVersion = '0.10.2'