From a119c8ea837a824c73bea88dc1140cb0968f2b27 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 07:46:08 +0000 Subject: [PATCH] Bump junit-jupiter from 5.5.2 to 5.6.0 Bumps [junit-jupiter](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 19390114aee..f717a78c280 100644 --- a/build.gradle +++ b/build.gradle @@ -207,7 +207,7 @@ dependencies { testCompile 'io.github.classgraph:classgraph:4.8.60' - testImplementation 'org.junit.jupiter:junit-jupiter:5.5.2' + testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.5.2' testCompile 'org.junit.platform:junit-platform-launcher:1.5.2'