File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ dependencies {
1010 api(platform(" org.springframework:spring-framework-bom:${ springFrameworkVersion} " ))
1111 api(platform(" com.fasterxml.jackson:jackson-bom:2.17.2" ))
1212 api(platform(" io.projectreactor:reactor-bom:2023.0.17" ))
13- api(platform(" io.micrometer:micrometer-bom:1.13.11 " ))
14- api(platform(" io.micrometer:micrometer-tracing-bom:1.3.9 " ))
13+ api(platform(" io.micrometer:micrometer-bom:1.13.13 " ))
14+ api(platform(" io.micrometer:micrometer-tracing-bom:1.3.11 " ))
1515 api(platform(" org.springframework.data:spring-data-bom:2024.0.9" ))
1616 api(platform(" org.springframework.security:spring-security-bom:6.3.6" ))
1717 api(platform(" com.querydsl:querydsl-bom:5.1.0" ))
Original file line number Diff line number Diff line change @@ -56,7 +56,10 @@ dependencies {
5656 testImplementation ' org.springframework.data:spring-data-commons'
5757 testImplementation ' org.springframework.data:spring-data-keyvalue'
5858 testImplementation ' org.springframework.data:spring-data-jpa'
59- testImplementation ' io.micrometer:micrometer-observation-test'
59+ testImplementation(" io.micrometer:micrometer-observation-test" ) {
60+ // see https://github.com/micrometer-metrics/micrometer/issues/6012
61+ exclude(group : " org.junit.jupiter" )
62+ }
6063 testImplementation ' io.micrometer:micrometer-tracing-test'
6164 testImplementation ' com.h2database:h2'
6265 testImplementation ' org.hibernate:hibernate-core'
You can’t perform that action at this time.
0 commit comments