Skip to content

Commit 3959b4f

Browse files
Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.2 to 2.18.3. - [Commits](FasterXML/jackson-bom@jackson-bom-2.18.2...jackson-bom-2.18.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 121cd55 commit 3959b4f

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
@@ -20,7 +20,7 @@ rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion
2020
rootProject.extra["otelInstrumentationAlphaVersion"] = otelInstrumentationAlphaVersion
2121

2222
val DEPENDENCY_BOMS = listOf(
23-
"com.fasterxml.jackson:jackson-bom:2.18.2",
23+
"com.fasterxml.jackson:jackson-bom:2.18.3",
2424
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
2525
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkVersion}-alpha",
2626
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${otelInstrumentationVersion}",

0 commit comments

Comments
 (0)