fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.3 (#13428)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-01 10:15:27 +00:00 committed by GitHub
parent 14f88da85a
commit ae007e5c8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ plugins {
dependencies {
testImplementation("org.testcontainers:testcontainers:1.20.5")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.3")
testImplementation("com.google.protobuf:protobuf-java-util:4.29.3")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha")

View File

@ -98,7 +98,7 @@ dependencies {
//All dependencies below are only for tests
testImplementation("org.testcontainers:testcontainers:1.20.5")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.3")
testImplementation("com.google.protobuf:protobuf-java-util:4.29.3")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("io.opentelemetry:opentelemetry-api")