From c52f6c0bc8c263fe37e099c66f7f67a7dd94d9d5 Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Wed, 23 Oct 2019 00:36:08 +0200 Subject: [PATCH] upgraded the test libraries --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6875ddf..371e569 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,9 @@ javafx { } dependencies { - testCompile group: 'junit', name: 'junit', version: '4.12' - testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3' + // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api + testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.2' + testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2' compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '3.0.0-beta-3' compile group: 'org.springframework', name:'spring-context', version: '5.2.0.RELEASE' compile group: 'net.sf.supercsv', name: 'super-csv', version: '2.4.0'