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 {
10
10
api(platform(" org.springframework:spring-framework-bom:${ springFrameworkVersion} " ))
11
11
api(platform(" com.fasterxml.jackson:jackson-bom:2.18.1" ))
12
12
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 " ))
15
15
api(platform(" org.springframework.data:spring-data-bom:2024.1.0" ))
16
16
api(platform(" org.springframework.security:spring-security-bom:6.4.1" ))
17
17
api(platform(" com.querydsl:querydsl-bom:5.1.0" ))
Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ dependencies {
56
56
testImplementation ' org.springframework.data:spring-data-commons'
57
57
testImplementation ' org.springframework.data:spring-data-keyvalue'
58
58
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
+ }
60
62
testImplementation ' io.micrometer:micrometer-tracing-test'
61
63
testImplementation ' com.h2database:h2'
62
64
testImplementation ' org.hibernate:hibernate-core'
You can’t perform that action at this time.
0 commit comments