From 21f513f26a68798f581d57bea91001b6a694646c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:15:17 +0300 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.11.0 (#3401) Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.3 to 1.11.0. - [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-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2325b40d69..f58f311925 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ ext { tomcatVersion = '9.0.93' boringSslVersion = '2.0.65.Final' junitVersion = '5.11.0' - junitPlatformLauncherVersion = '1.10.3' + junitPlatformLauncherVersion = '1.11.0' mockitoVersion = '4.11.0' blockHoundVersion = '1.0.9.RELEASE' reflectionsVersion = '0.10.2'