From db8fa9d6afb5f354b820276488f6b692e156ab1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 00:32:42 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.19.1 --- 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 78e2b4579..3e3a57cd7 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.19.0")) + api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.19.1")) constraints { api("io.opentelemetry.semconv:opentelemetry-semconv:${semconvVersion}")