From 9f712aa924c4cd6617909e3bbda5e2056c875b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 02:02:54 +0000 Subject: [PATCH] Bump junit-platform-launcher from 1.9.0 to 1.9.1 Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.9.0 to 1.9.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6bd5a29b31..2ab1cf6b7f 100644 --- a/build.gradle +++ b/build.gradle @@ -115,7 +115,7 @@ ext { tomcatVersion = '9.0.65' boringSslVersion = '2.0.54.Final' junitVersion = '5.9.0' - junitPlatformLauncherVersion = '1.9.0' + junitPlatformLauncherVersion = '1.9.1' mockitoVersion = '4.8.0' blockHoundVersion = '1.0.6.RELEASE'