File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 67
67
jacksonBomVersion = ' 2.14.2'
68
68
jaywayJsonPathVersion = ' 2.7.0'
69
69
junit4Version = ' 4.13.2'
70
- junitJupiterVersion = ' 5.9.2 '
70
+ junitJupiterVersion = ' 5.9.3 '
71
71
kafkaVersion = ' 3.3.2'
72
72
log4jVersion = ' 2.19.0'
73
73
micrometerDocsVersion = " 1.0.2"
@@ -350,10 +350,14 @@ project ('spring-kafka') {
350
350
testImplementation ' io.projectreactor:reactor-test'
351
351
testImplementation " org.mockito:mockito-junit-jupiter:$mockitoVersion "
352
352
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
+ }
354
356
testImplementation ' io.micrometer:micrometer-tracing-bridge-brave'
355
357
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
+ }
357
361
358
362
}
359
363
You can’t perform that action at this time.
0 commit comments