Skip to content

Commit 7029d39

Browse files
fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.16.0 (#474)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9c5a6d commit 7029d39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ guava = { module = "com.google.guava:guava", version = "32.1.3-jre" }
4747
idea-ext = { module = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext", version = "1.1.7" }
4848
immutables-value-annotations = { module = "org.immutables:value-annotations", version.ref = "immutables" }
4949
immutables-value-processor = { module = "org.immutables:value-processor", version.ref = "immutables" }
50-
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.15.3" }
50+
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.16.0" }
5151
jackson-core = { module = "com.fasterxml.jackson.core:jackson-databind" }
5252
jackson-dataformat-protobuf = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf" }
5353
jackson-dataformat-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" }

0 commit comments

Comments
 (0)