From fe229790231e233c1f3c73cedf89d95603baadcd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2020 04:13:47 +0000 Subject: [PATCH] Bump junit-vintage-engine from 5.5.2 to 5.6.0 Bumps [junit-vintage-engine](https://github.com/junit-team/junit5) from 5.5.2 to 5.6.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.5.2...r5.6.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..c9c4a58f 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.6.0' ) codacy group: 'com.codacy', name: 'codacy-coverage-reporter', version: '6.1.4'