File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
instrumentation/openai-client-instrumentation/instrumentation-1.1 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ wiremockjre8 = "com.github.tomakehurst:wiremock-jre8:2.35.2"
49
49
wiremock = " org.wiremock:wiremock:3.13.1"
50
50
testcontainers = " org.testcontainers:testcontainers:1.21.3"
51
51
logback = " ch.qos.logback:logback-classic:1.5.18"
52
- jackson = " com.fasterxml.jackson.core:jackson-databind:2.19.1 "
52
+ jackson = " com.fasterxml.jackson.core:jackson-databind:2.19.2 "
53
53
protobuf-util = " com.google.protobuf:protobuf-java-util:3.25.8"
54
54
# last version supporting Java 8
55
55
mockito = " org.mockito:mockito-core:4.11.0"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
testImplementation(catalog.openaiClient)
14
14
testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
15
15
testImplementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1" )
16
- testImplementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.1 " )
16
+ testImplementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.2 " )
17
17
testImplementation(" org.slf4j:slf4j-simple:2.0.17" )
18
18
testImplementation(catalog.wiremockjre8)
19
19
}
You can’t perform that action at this time.
0 commit comments