From b214d5ecba0b7c75c18e976e0c15a6ba152b2b7a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 13:32:27 +0000 Subject: [PATCH] Bump junit-vintage-engine from 5.6.1 to 5.6.2 Bumps [junit-vintage-engine](https://github.com/junit-team/junit5) from 5.6.1 to 5.6.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.6.1...r5.6.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 b660b5983b9f..9ef73df59fb8 100644 --- a/build.gradle +++ b/build.gradle @@ -202,7 +202,7 @@ dependencies { testImplementation 'io.github.classgraph:classgraph:4.8.69' testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2' - testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.6.1' + testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.6.2' testImplementation 'org.junit.platform:junit-platform-launcher:1.6.1' testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.9'