update junit
This commit is contained in:
@@ -52,9 +52,9 @@ subprojects {
|
|||||||
|
|
||||||
// dependencies that all sub-projects have
|
// dependencies that all sub-projects have
|
||||||
dependencies {
|
dependencies {
|
||||||
testCompile 'org.junit.jupiter:junit-jupiter-api:5.3.1'
|
testCompile 'org.junit.jupiter:junit-jupiter-api:5.3.2'
|
||||||
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.3.1'
|
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
|
||||||
testRuntime 'org.junit.platform:junit-platform-launcher:1.3.1' // needed by eclipse
|
testRuntime 'org.junit.platform:junit-platform-launcher:1.3.2' // needed by eclipse
|
||||||
}
|
}
|
||||||
|
|
||||||
test {
|
test {
|
||||||
|
|||||||
Reference in New Issue
Block a user