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:
parent
945a2ef14b
commit
4e7f0de705
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue