Skip to content

Commit bcfadc5

Browse files
fix(deps): update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.19.0
1 parent 38918c8 commit bcfadc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • instrumentation/openai-client-instrumentation/instrumentation-1.1

instrumentation/openai-client-instrumentation/instrumentation-1.1/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212

1313
testImplementation(catalog.openaiClient)
1414
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
15-
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.3")
15+
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.0")
1616
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.3")
1717
testImplementation("org.slf4j:slf4j-simple:2.0.17")
1818
testImplementation(catalog.wiremockjre8)

0 commit comments

Comments
 (0)