Skip to content

Commit 8a3ebce

Browse files
authored
fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.19.2 (#2136)
1 parent 008cedf commit 8a3ebce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ immutables-builder = { module = "org.immutables:builder", version.ref = "immutab
6262
immutables-value-annotations = { module = "org.immutables:value-annotations", version.ref = "immutables" }
6363
immutables-value-processor = { module = "org.immutables:value-processor", version.ref = "immutables" }
6464
iceberg-bom = { module = "org.apache.iceberg:iceberg-bom", version.ref = "iceberg" }
65-
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.19.1" }
65+
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.19.2" }
6666
jakarta-annotation-api = { module = "jakarta.annotation:jakarta.annotation-api", version = "3.0.0" }
6767
jakarta-enterprise-cdi-api = { module = "jakarta.enterprise:jakarta.enterprise.cdi-api", version = "4.1.0" }
6868
jakarta-inject-api = { module = "jakarta.inject:jakarta.inject-api", version = "2.0.1" }

0 commit comments

Comments
 (0)