Skip to content

Commit 121c6fe

Browse files
fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.19.0
1 parent a096565 commit 121c6fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.18.3"))
18+
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.19.0"))
1919

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

0 commit comments

Comments
 (0)