Skip to content

Commit 0e6a15a

Browse files
authored
update jackson (#283)
1 parent c1c5a8c commit 0e6a15a

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

1414
val DEPENDENCY_BOMS = listOf(
15-
"com.fasterxml.jackson:jackson-bom:2.13.1",
15+
"com.fasterxml.jackson:jackson-bom:2.13.2.20220328",
1616
"com.google.guava:guava-bom:31.0.1-jre",
1717
"com.linecorp.armeria:armeria-bom:1.14.0",
1818
"org.junit:junit-bom:5.8.2",

0 commit comments

Comments
 (0)