We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e484891 commit f216d04Copy full SHA for f216d04
instrumentation/openai-client-instrumentation/instrumentation-1.1/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
13
testImplementation(catalog.openaiClient)
14
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
15
- testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0")
+ testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.1")
16
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1")
17
testImplementation("org.slf4j:slf4j-simple:2.0.17")
18
testImplementation(catalog.wiremockjre8)
0 commit comments