From 121c6fe9dc9e8841bcdd99ea5936ec46455dc5ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 02:31:29 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.19.0 --- dependencyManagement/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 0b812c90c2..55f3e3288d 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.3")) + api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.19.0")) constraints { api("io.opentelemetry.semconv:opentelemetry-semconv:${semconvVersion}")