File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
dependencies {
6
6
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 " )
8
8
testImplementation(" com.google.protobuf:protobuf-java-util:4.29.3" )
9
9
testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
10
10
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 {
98
98
99
99
// All dependencies below are only for tests
100
100
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 " )
102
102
testImplementation(" com.google.protobuf:protobuf-java-util:4.29.3" )
103
103
testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
104
104
testImplementation(" io.opentelemetry:opentelemetry-api" )
You can’t perform that action at this time.
0 commit comments