From 5e86323950e4f8c5f0431493ebda9b9e62c909d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 04:14:54 +0000 Subject: [PATCH] Bump junit-vintage-engine from 5.5.2 to 5.7.0 Bumps [junit-vintage-engine](https://github.com/junit-team/junit5) from 5.5.2 to 5.7.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.5.2...r5.7.0) 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 a6fec05d..55a119d5 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,7 @@ dependencies { ) testRuntimeOnly( 'org.junit.jupiter:junit-jupiter-engine:5.5.2', - 'org.junit.vintage:junit-vintage-engine:5.5.2' + 'org.junit.vintage:junit-vintage-engine:5.7.0' ) codacy group: 'com.codacy', name: 'codacy-coverage-reporter', version: '6.1.4'