File tree Expand file tree Collapse file tree
instrumentation/openai-client-instrumentation/instrumentation-1.1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ wiremockjre8 = "com.github.tomakehurst:wiremock-jre8:2.35.2"
5353wiremock = " org.wiremock:wiremock:3.13.2"
5454testcontainers = " org.testcontainers:testcontainers:2.0.5"
5555logback = " ch.qos.logback:logback-classic:1.5.33"
56- jackson = " com.fasterxml.jackson.core:jackson-databind:2.21.3 "
56+ jackson = " com.fasterxml.jackson.core:jackson-databind:2.21.4 "
5757protobuf-util = " com.google.protobuf:protobuf-java-util:3.25.9"
5858# last version supporting Java 8
5959mockito = " org.mockito:mockito-core:4.11.0"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 testImplementation(catalog.openaiClient)
1414 testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
1515 testImplementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.3" )
16- testImplementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.3 " )
16+ testImplementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.4 " )
1717 testImplementation(" org.slf4j:slf4j-simple:2.0.18" )
1818 testImplementation(catalog.wiremockjre8)
1919}
You can’t perform that action at this time.
0 commit comments