Skip to content

Commit 4b992a7

Browse files
fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.19.1 (#1961)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b736183 commit 4b992a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
// (the constraints section below doesn't have this issue, and will only show up
1616
// as runtime dependencies if they are actually used as runtime dependencies)
1717
api(enforcedPlatform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion}"))
18-
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.19.0"))
18+
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.19.1"))
1919

2020
constraints {
2121
api("io.opentelemetry.semconv:opentelemetry-semconv:${semconvVersion}")

0 commit comments

Comments
 (0)