update gradle to 6.8.3
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user