From fd46b7ea51ee3e0e28605ab15d73abf673718c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 8 Feb 2019 12:34:47 +0000 Subject: [PATCH] Bump junit-vintage-engine from 5.3.2 to 5.4.0 in /Plan (#915) --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 22ac33833..76f7a2de9 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -104,7 +104,7 @@ subprojects { // Test Tooling Dependencies testCompile "org.junit.jupiter:junit-jupiter-engine:5.3.2" // JUnit 5 testCompile "org.junit.platform:junit-platform-runner:1.3.2" // JUnit 4 runner for JUnit 5 tests - testCompile "org.junit.vintage:junit-vintage-engine:5.3.2" // JUnit 4 compatibility for JUnit 5 + testCompile "org.junit.vintage:junit-vintage-engine:5.4.0" // JUnit 4 compatibility for JUnit 5 testCompile "org.junit.jupiter:junit-jupiter-params:5.3.2" // JUnit 5, parameterized tests testCompile "org.junit-pioneer:junit-pioneer:0.3.0" // TempDirectory TODO REMOVE W/ JUNIT 5.4 testCompile "org.mockito:mockito-core:2.24.0" // Mockito Core