From 270be90d24d8d8d2915cccc4e1fa3012b315e160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 07:25:53 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.10.2 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] --- 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'