File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
26
26
constraints {
27
27
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 " )
29
29
30
30
api(" jakarta.annotation:jakarta.annotation-api:2.1.1" )
31
31
api(" jakarta.servlet:jakarta.servlet-api:6.0.0" )
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ dependencies {
57
57
testImplementation ' org.springframework.data:spring-data-keyvalue'
58
58
testImplementation ' org.springframework.data:spring-data-jpa'
59
59
testImplementation(" io.micrometer:micrometer-observation-test" ) {
60
+ // see https://github.com/micrometer-metrics/micrometer/issues/6012
60
61
exclude(group : " org.junit.jupiter" )
61
62
}
62
63
testImplementation ' io.micrometer:micrometer-tracing-test'
You can’t perform that action at this time.
0 commit comments