diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 8fa3f9fba..a3ee076f7 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(enforcedPlatform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion}")) - api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.18.2")) + api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.18.3")) constraints { api("io.opentelemetry.semconv:opentelemetry-semconv:${semconvVersion}")