From 0ebcdfbbdda9127dea6b47da4cbdc3e9593ca41a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 05:45:01 +0000 Subject: [PATCH] Bump project.junitVersion from 5.7.1 to 5.7.2 Bumps `project.junitVersion` from 5.7.1 to 5.7.2. Updates `junit-jupiter-api` from 5.7.1 to 5.7.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2) Updates `junit-jupiter-engine` from 5.7.1 to 5.7.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2) 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 dcda7fd..c86bd79 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ ext { guavaVersion = "30.1.1-jre" slf4jVersion = "2.0.0-alpha1" log4jVersion = "2.14.1" - junitVersion = "5.7.1" + junitVersion = "5.7.2" mockitoVersion = "3.9.0" checkerQualVersion = "3.12.0" }