From a177a5e99d2dd27fc0b156feb1e47dd918cf91f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:45:11 +0300 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (#3446) 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] 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 aa58c5bba2..849a60e41e 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ ext { tomcatVersion = '9.0.95' boringSslVersion = '2.0.66.Final' junitVersion = '5.11.1' - junitPlatformLauncherVersion = '1.11.0' + junitPlatformLauncherVersion = '1.11.1' mockitoVersion = '4.11.0' blockHoundVersion = '1.0.9.RELEASE' reflectionsVersion = '0.10.2'