From 32e825588c058e5305b2e423c308d3e835b13cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 12:36:50 +0000 Subject: [PATCH] Bump junit-jupiter-engine from 5.7.0 to 5.7.1 Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.7.0 to 5.7.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.7.0...r5.7.1) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f0f8c01c..e7f0387b 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.0" testImplementation "org.junit.jupiter:junit-jupiter-params:5.7.0" - testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.0" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.1" testImplementation "org.hamcrest:java-hamcrest:2.0.0.0" } -- GitLab