Skip to content

Commit

Permalink
Upgrade JUnit 5 to Platform 1.5.1 and Jupiter 5.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
  • Loading branch information
codecholeric committed Jul 29, 2019
1 parent b040d90 commit 8c87044
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ ext {
log4j_slf4j : 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.1',

junit4 : 'junit:junit:4.12',
junit5VintageEngine : 'org.junit.vintage:junit-vintage-engine:5.4.0',
junit5JupiterApi : 'org.junit.jupiter:junit-jupiter-api:5.4.0',
junit5JupiterEngine : 'org.junit.jupiter:junit-jupiter-engine:5.4.0',
junitPlatform : 'org.junit.platform:junit-platform-runner:1.4.0',
junitPlatformCommons: 'org.junit.platform:junit-platform-commons:1.4.0',
junitPlatformEngine : 'org.junit.platform:junit-platform-engine:1.4.0',
junit5VintageEngine : 'org.junit.vintage:junit-vintage-engine:5.5.1',
junit5JupiterApi : 'org.junit.jupiter:junit-jupiter-api:5.5.1',
junit5JupiterEngine : 'org.junit.jupiter:junit-jupiter-engine:5.5.1',
junitPlatform : 'org.junit.platform:junit-platform-runner:1.5.1',
junitPlatformCommons: 'org.junit.platform:junit-platform-commons:1.5.1',
junitPlatformEngine : 'org.junit.platform:junit-platform-engine:1.5.1',
hamcrest : 'org.hamcrest:hamcrest-core:1.3',
junit_dataprovider : 'com.tngtech.java:junit-dataprovider:1.11.0',
mockito : 'org.mockito:mockito-core:2.27.0',
Expand Down

0 comments on commit 8c87044

Please sign in to comment.