From e33fd95a7918c746266294f6a3aae92a600a4e69 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 11:44:45 +0000 Subject: [PATCH] Bump junit-vintage-engine from 5.6.0 to 5.6.1 Bumps [junit-vintage-engine](https://github.com/junit-team/junit5) from 5.6.0 to 5.6.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.6.0...r5.6.1) 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 2bed22813e7..4b7744cc1b3 100644 --- a/build.gradle +++ b/build.gradle @@ -198,7 +198,7 @@ dependencies { testImplementation 'io.github.classgraph:classgraph:4.8.65' testImplementation 'org.junit.jupiter:junit-jupiter:5.6.1' - testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.6.0' + testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.6.1' testImplementation 'org.junit.platform:junit-platform-launcher:1.6.1' testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.8'