File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 6767 jacksonBomVersion = ' 2.14.2'
6868 jaywayJsonPathVersion = ' 2.7.0'
6969 junit4Version = ' 4.13.2'
70- junitJupiterVersion = ' 5.9.2 '
70+ junitJupiterVersion = ' 5.9.3 '
7171 kafkaVersion = ' 3.3.2'
7272 log4jVersion = ' 2.19.0'
7373 micrometerDocsVersion = " 1.0.2"
@@ -350,10 +350,14 @@ project ('spring-kafka') {
350350 testImplementation ' io.projectreactor:reactor-test'
351351 testImplementation " org.mockito:mockito-junit-jupiter:$mockitoVersion "
352352 testImplementation " org.hibernate.validator:hibernate-validator:$hibernateValidationVersion "
353- testImplementation ' io.micrometer:micrometer-observation-test'
353+ testImplementation (' io.micrometer:micrometer-observation-test' ) {
354+ exclude group : " org.mockito"
355+ }
354356 testImplementation ' io.micrometer:micrometer-tracing-bridge-brave'
355357 testImplementation ' io.micrometer:micrometer-tracing-test'
356- testImplementation ' io.micrometer:micrometer-tracing-integration-test'
358+ testImplementation (' io.micrometer:micrometer-tracing-integration-test' ) {
359+ exclude group : " org.mockito"
360+ }
357361
358362 }
359363
You can’t perform that action at this time.
0 commit comments