fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.18.3 (#1773)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-03 13:38:04 +02:00 committed by GitHub
parent 945a2ef14b
commit 4e7f0de705
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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}")