Skip to content

Commit f216d04

Browse files
fix(deps): update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.20.1 (#855)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent e484891 commit f216d04

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/openai-client-instrumentation/instrumentation-1.1

1 file changed

+1
-1
lines changed

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.20.0")
15+
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.1")
1616
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1")
1717
testImplementation("org.slf4j:slf4j-simple:2.0.17")
1818
testImplementation(catalog.wiremockjre8)

0 commit comments

Comments
 (0)