Skip to content

Commit

Permalink
Merge pull request #4722 from ghubstan/15-upgrade-jupiter
Browse files Browse the repository at this point in the history
Upgrade jupiterVersion = '5.7.0'
  • Loading branch information
sqrrm committed Nov 2, 2020
2 parents 66375fe + 8e51e1e commit 53a1669
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -55,7 +55,7 @@ configure(subprojects) {
joptVersion = '5.0.4'
jsonsimpleVersion = '1.1.1'
junitVersion = '4.12'
jupiterVersion = '5.3.2'
jupiterVersion = '5.7.0'
kotlinVersion = '1.3.41'
knowmXchangeVersion = '4.4.2'
langVersion = '3.8'
Expand Down Expand Up @@ -674,12 +674,12 @@ configure(project(':apitest')) {
compileOnly "javax.annotation:javax.annotation-api:$javaxAnnotationVersion"
annotationProcessor "org.projectlombok:lombok:$lombokVersion"

testCompile "org.junit.jupiter:junit-jupiter-api:5.6.2"
testCompile "org.junit.jupiter:junit-jupiter-params:5.6.2"
testImplementation "org.junit.jupiter:junit-jupiter-api:$jupiterVersion"
testImplementation "org.junit.jupiter:junit-jupiter-params:$jupiterVersion"
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$jupiterVersion")
testAnnotationProcessor "org.projectlombok:lombok:$lombokVersion"
testCompileOnly "org.projectlombok:lombok:$lombokVersion"
testRuntime "javax.annotation:javax.annotation-api:$javaxAnnotationVersion"
testRuntime("org.junit.jupiter:junit-jupiter-engine:5.6.2")
}
}

0 comments on commit 53a1669

Please sign in to comment.