Skip to content

Commit 3f6ac3e

Browse files
fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.18.2 (#1574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 596a965 commit 3f6ac3e

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
@@ -10,7 +10,7 @@ rootProject.extra["versions"] = dependencyVersions
1010
val otelInstrumentationVersion = "2.10.0-alpha"
1111

1212
val DEPENDENCY_BOMS = listOf(
13-
"com.fasterxml.jackson:jackson-bom:2.18.1",
13+
"com.fasterxml.jackson:jackson-bom:2.18.2",
1414
"com.google.guava:guava-bom:33.3.1-jre",
1515
"com.linecorp.armeria:armeria-bom:1.31.1",
1616
"org.junit:junit-bom:5.11.3",

0 commit comments

Comments
 (0)