Skip to content

Commit 14aacd2

Browse files
fix(deps): update jackson monorepo to v2.21.4
1 parent 7e3d7b4 commit 14aacd2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ wiremockjre8 = "com.github.tomakehurst:wiremock-jre8:2.35.2"
5353
wiremock = "org.wiremock:wiremock:3.13.2"
5454
testcontainers = "org.testcontainers:testcontainers:2.0.5"
5555
logback = "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"
5757
protobuf-util = "com.google.protobuf:protobuf-java-util:3.25.9"
5858
# last version supporting Java 8
5959
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.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
}

0 commit comments

Comments
 (0)