From 8b68d7486e391ef06455ab73b3f730191cec958a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 02:02:34 +0000 Subject: [PATCH] Bump junit-platform-launcher from 1.8.2 to 1.9.0 Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.8.2 to 1.9.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0587cfe460..116450e764 100644 --- a/build.gradle +++ b/build.gradle @@ -115,7 +115,7 @@ ext { tomcatVersion = '9.0.65' boringSslVersion = '2.0.53.Final' junitVersion = '5.8.2' - junitPlatformLauncherVersion = '1.8.2' + junitPlatformLauncherVersion = '1.9.0' mockitoVersion = '4.6.1' blockHoundVersion = '1.0.6.RELEASE'