Skip to content

Commit 8a59120

Browse files
Bump com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.21.0
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.20.1 to 2.21.0. - [Commits](FasterXML/jackson-bom@jackson-bom-2.20.1...jackson-bom-2.21.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec4fba8 commit 8a59120

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
@@ -16,7 +16,7 @@ rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion
1616
rootProject.extra["otelInstrumentationAlphaVersion"] = otelInstrumentationAlphaVersion
1717

1818
val DEPENDENCY_BOMS = listOf(
19-
"com.fasterxml.jackson:jackson-bom:2.20.1",
19+
"com.fasterxml.jackson:jackson-bom:2.21.1",
2020
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
2121
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkVersion}-alpha",
2222
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${otelInstrumentationVersion}",

0 commit comments

Comments
 (0)