upgraded the test libraries

This commit is contained in:
2019-10-23 00:36:08 +02:00
parent 422bd73bad
commit c52f6c0bc8

View File

@@ -16,8 +16,9 @@ javafx {
} }
dependencies { dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3' 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.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: 'org.springframework', name:'spring-context', version: '5.2.0.RELEASE'
compile group: 'net.sf.supercsv', name: 'super-csv', version: '2.4.0' compile group: 'net.sf.supercsv', name: 'super-csv', version: '2.4.0'