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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-13 09:02:33 +03:00 committed by GitHub
parent 490e332794
commit f5908aea5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ plugins {
dependencies {
testImplementation("org.testcontainers:testcontainers:1.19.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
testImplementation("com.google.protobuf:protobuf-java-util:3.24.4")
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha")

View File

@ -100,7 +100,7 @@ dependencies {
//All dependencies below are only for tests
testImplementation("org.testcontainers:testcontainers:1.19.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
testImplementation("com.google.protobuf:protobuf-java-util:3.24.4")
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
testImplementation("io.opentelemetry:opentelemetry-api")