update 3rd party libs and gradle

This commit is contained in:
2019-04-27 18:04:59 +02:00
parent 528e0b3ba3
commit 1420c21732
5 changed files with 39 additions and 7 deletions

View File

@@ -52,9 +52,9 @@ subprojects {
// dependencies that all sub-projects have
dependencies {
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
testCompile 'org.junit.jupiter:junit-jupiter-api:5.4.2'
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.4.2'
testRuntime 'org.junit.platform:junit-platform-launcher:1.4.2' // needed by eclipse
}
test {
@@ -63,5 +63,5 @@ subprojects {
}
wrapper() {
gradleVersion = '5.2.1'
gradleVersion = '5.4.1'
}