From e594e09946c1d3afc7730d454dec651f43b99ef3 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Fri, 4 Jan 2019 17:02:23 +0100 Subject: [PATCH] update junit --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index ec7c11c..d0cf79a 100644 --- a/build.gradle +++ b/build.gradle @@ -52,9 +52,9 @@ subprojects { // dependencies that all sub-projects have dependencies { - testCompile 'org.junit.jupiter:junit-jupiter-api:5.3.1' - testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.3.1' - testRuntime 'org.junit.platform:junit-platform-launcher:1.3.1' // needed by eclipse + testCompile 'org.junit.jupiter:junit-jupiter-api:5.3.2' + testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.3.2' + testRuntime 'org.junit.platform:junit-platform-launcher:1.3.2' // needed by eclipse } test {