File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55dependencies {
66 testImplementation(" org.testcontainers:testcontainers:1.20.5" )
7- testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.2 " )
7+ testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.3 " )
88 testImplementation(" com.google.protobuf:protobuf-java-util:4.29.3" )
99 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
1010 testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha" )
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ dependencies {
9898
9999 // All dependencies below are only for tests
100100 testImplementation(" org.testcontainers:testcontainers:1.20.5" )
101- testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.2 " )
101+ testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.3 " )
102102 testImplementation(" com.google.protobuf:protobuf-java-util:4.29.3" )
103103 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
104104 testImplementation(" io.opentelemetry:opentelemetry-api" )
You can’t perform that action at this time.
0 commit comments