File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-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.18.1" ))
1212 api(platform(" io.projectreactor:reactor-bom:2024.0.4" ))
13- api(platform(" io.micrometer:micrometer-bom:1.14.1 " ))
14- api(platform(" io.micrometer:micrometer-tracing-bom:1.4.0 " ))
13+ api(platform(" io.micrometer:micrometer-bom:1.15.0-M3 " ))
14+ api(platform(" io.micrometer:micrometer-tracing-bom:1.5.0-M3 " ))
1515 api(platform(" org.springframework.data:spring-data-bom:2024.1.0" ))
1616 api(platform(" org.springframework.security:spring-security-bom:6.4.1" ))
1717 api(platform(" com.querydsl:querydsl-bom:5.1.0" ))
Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ 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+ exclude(group : " org.junit.jupiter" )
61+ }
6062 testImplementation ' io.micrometer:micrometer-tracing-test'
6163 testImplementation ' com.h2database:h2'
6264 testImplementation ' org.hibernate:hibernate-core'
You can’t perform that action at this time.
0 commit comments