From 71db38fdc46695b19a082658415767489a95f24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:53:07 +0200 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.10.2 (#3053) Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.1 to 1.10.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] 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 036b3c418b..3db4dad583 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ ext { tomcatVersion = '9.0.85' boringSslVersion = '2.0.62.Final' junitVersion = '5.10.2' - junitPlatformLauncherVersion = '1.10.1' + junitPlatformLauncherVersion = '1.10.2' mockitoVersion = '4.11.0' blockHoundVersion = '1.0.8.RELEASE'