Skip to content

Commit 27bb2c8

Browse files
fix(deps): update jackson monorepo to v2.19.2 (#739)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 8efa831 commit 27bb2c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ wiremockjre8 = "com.github.tomakehurst:wiremock-jre8:2.35.2"
4949
wiremock = "org.wiremock:wiremock:3.13.1"
5050
testcontainers = "org.testcontainers:testcontainers:1.21.3"
5151
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"
5353
protobuf-util = "com.google.protobuf:protobuf-java-util:3.25.8"
5454
# last version supporting Java 8
5555
mockito = "org.mockito:mockito-core:4.11.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.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")
1717
testImplementation("org.slf4j:slf4j-simple:2.0.17")
1818
testImplementation(catalog.wiremockjre8)
1919
}

0 commit comments

Comments
 (0)