Skip to content

Commit

Permalink
Use the latest version of JUnit Jupiter on master (micrometer-metrics…
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and shakuzen committed Oct 17, 2019
1 parent fc38685 commit 97f87e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions micrometer-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ dependencies {
testCompile 'io.projectreactor:reactor-test:latest.release'

// JUnit 5
testImplementation 'org.junit.jupiter:junit-jupiter:5.4.+'
testImplementation 'org.junit.jupiter:junit-jupiter:latest.release'

// Eclipse still needs this (as of 4.7.1a)
testRuntime 'org.junit.platform:junit-platform-launcher:1.4.+'
testRuntime 'org.junit.platform:junit-platform-launcher:latest.release'

testCompile 'org.mockito:mockito-core:latest.release'

Expand Down
2 changes: 1 addition & 1 deletion micrometer-jersey2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies {

// JERSEY-3662
testImplementation 'junit:junit:4.12'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.4.+'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:latest.release'
testCompile 'org.mockito:mockito-core:2.+'
}
3 changes: 1 addition & 2 deletions micrometer-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ dependencies {
compile project(':micrometer-core')
compile 'org.assertj:assertj-core:latest.release'

// JUnit 5
compile 'org.junit.jupiter:junit-jupiter:5.4.+'
compile 'org.junit.jupiter:junit-jupiter:latest.release'

compile 'ru.lanwen.wiremock:wiremock-junit5:latest.release'
compile 'com.github.tomakehurst:wiremock:latest.release'
Expand Down

0 comments on commit 97f87e9

Please sign in to comment.