From 16c9cda95a23ded2d3a70f93e64e340fb20148ed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 07:15:32 +0000 Subject: [PATCH] Bump versions.junitPlatform from 1.7.0 to 1.7.1 Bumps `versions.junitPlatform` from 1.7.0 to 1.7.1. Updates `junit-platform-commons` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `junit-platform-engine` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a6aef0f..07c01f8 100644 --- a/build.gradle +++ b/build.gradle @@ -161,7 +161,7 @@ repositories { def versions = [ junit : '5.7.0', - junitPlatform : '1.7.0', + junitPlatform : '1.7.1', reformLogging : '5.1.5', springBoot : springBoot.class.package.implementationVersion, springfoxSwagger: '2.9.2'