Skip to content

Commit 5041ea5

Browse files
Update dependency com.fasterxml.jackson:jackson-bom to v2.15.3 (#1073)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b9a5775 commit 5041ea5

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
@@ -8,7 +8,7 @@ val dependencyVersions = hashMapOf<String, String>()
88
rootProject.extra["versions"] = dependencyVersions
99

1010
val DEPENDENCY_BOMS = listOf(
11-
"com.fasterxml.jackson:jackson-bom:2.15.2",
11+
"com.fasterxml.jackson:jackson-bom:2.15.3",
1212
"com.google.guava:guava-bom:32.1.3-jre",
1313
"com.linecorp.armeria:armeria-bom:1.25.2",
1414
"org.junit:junit-bom:5.10.0",

0 commit comments

Comments
 (0)