File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ val groovyVersion = "4.0.24"
2727// configurations.testRuntimeClasspath.resolutionStrategy.force "com.google.guava:guava:19.0"
2828
2929val DEPENDENCY_BOMS = listOf (
30- " com.fasterxml.jackson:jackson-bom:2.18.1 " ,
30+ " com.fasterxml.jackson:jackson-bom:2.18.2 " ,
3131 " com.squareup.okio:okio-bom:3.9.1" , // see https://github.com/open-telemetry/opentelemetry-java/issues/5637
3232 " com.google.guava:guava-bom:33.3.1-jre" ,
3333 " org.apache.groovy:groovy-bom:${groovyVersion} " ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55dependencies {
66 testImplementation(" org.testcontainers:testcontainers:1.20.4" )
7- testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.1 " )
7+ testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.2 " )
88 testImplementation(" com.google.protobuf:protobuf-java-util:4.29.0" )
99 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
1010 testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.4.0-alpha" )
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ dependencies {
100100
101101 // All dependencies below are only for tests
102102 testImplementation(" org.testcontainers:testcontainers:1.20.4" )
103- testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.1 " )
103+ testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.2 " )
104104 testImplementation(" com.google.protobuf:protobuf-java-util:4.29.0" )
105105 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
106106 testImplementation(" io.opentelemetry:opentelemetry-api" )
You can’t perform that action at this time.
0 commit comments