Skip to content

Commit

Permalink
Merge #3201 into 2.0.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Apr 25, 2024
2 parents 6673813 + 65e663b commit b59e3c7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions reactor-netty5-http/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,7 @@ dependencies {
// JSR-305 annotations
testCompileOnly "com.google.code.findbugs:jsr305:$jsr305Version"

testImplementation ("org.mockito:mockito-core") {
// Workaround for https://github.com/micrometer-metrics/micrometer/issues/4968
version {
strictly "$mockitoVersion"
}
}
testImplementation "org.mockito:mockito-core:$mockitoVersion"
testImplementation "io.specto:hoverfly-java-junit5:$hoverflyJavaVersion"
testImplementation "org.apache.tomcat.embed:tomcat-embed-core:$tomcatVersion"
testImplementation "io.projectreactor:reactor-test:$testAddonVersion"
Expand Down

0 comments on commit b59e3c7

Please sign in to comment.