diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index f2e4ced3c..1192d056a 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -15,7 +15,7 @@ dependencies { // (the constraints section below doesn't have this issue, and will only show up // as runtime dependencies if they are actually used as runtime dependencies) api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion}")) - api(platform("com.fasterxml.jackson:jackson-bom:2.21.1")) + api(platform("com.fasterxml.jackson:jackson-bom:2.21.2")) api(platform("com.google.protobuf:protobuf-bom:4.34.1")) api(platform("com.squareup.okhttp3:okhttp-bom:5.3.2")) diff --git a/ibm-mq-metrics/build.gradle.kts b/ibm-mq-metrics/build.gradle.kts index ddfc085a7..22013c819 100644 --- a/ibm-mq-metrics/build.gradle.kts +++ b/ibm-mq-metrics/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { api("org.jetbrains:annotations:26.1.0") api("com.ibm.mq:com.ibm.mq.allclient:9.4.5.0") api("org.yaml:snakeyaml:2.6") - api("com.fasterxml.jackson.core:jackson-databind:2.21.1") + api("com.fasterxml.jackson.core:jackson-databind:2.21.2") api("io.opentelemetry:opentelemetry-sdk") api("io.opentelemetry:opentelemetry-exporter-otlp") api("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")