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:
parent
14f88da85a
commit
ae007e5c8b
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue