update gradle to 6.8.3

This commit is contained in:
2021-04-02 18:39:03 +02:00
parent 1354c396c4
commit d57c69119e
2 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ subprojects {
// dependencies that all sub-projects have
dependencies {
testCompile 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
testRuntime 'org.junit.platform:junit-platform-launcher:1.7.0' // needed by eclipse
}
@@ -88,5 +88,5 @@ subprojects {
}
wrapper {
gradleVersion = '6.7'
gradleVersion = '6.8.3'
}