File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525
2626 constraints {
2727 api(" com.graphql-java:graphql-java:${ graphQlJavaVersion} " )
28- api(" io.micrometer:context-propagation:1.1.2 " )
28+ api(" io.micrometer:context-propagation:1.1.3 " )
2929
3030 api(" jakarta.annotation:jakarta.annotation-api:2.1.1" )
3131 api(" jakarta.servlet:jakarta.servlet-api:6.0.0" )
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ dependencies {
5757 testImplementation ' org.springframework.data:spring-data-keyvalue'
5858 testImplementation ' org.springframework.data:spring-data-jpa'
5959 testImplementation(" io.micrometer:micrometer-observation-test" ) {
60+ // see https://github.com/micrometer-metrics/micrometer/issues/6012
6061 exclude(group : " org.junit.jupiter" )
6162 }
6263 testImplementation ' io.micrometer:micrometer-tracing-test'
You can’t perform that action at this time.
0 commit comments