From 821de4f1f8685e07ff8c1e9f057b756572fcaba9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 01:53:45 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.18.0 (#643) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 714e647..facd664 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -51,7 +51,7 @@ immutables-builder = { module = "org.immutables:builder", version.ref = "immutab immutables-value-annotations = { module = "org.immutables:value-annotations", version.ref = "immutables" } immutables-value-fixture = { module = "org.immutables:value-fixture", version.ref = "immutables" } immutables-value-processor = { module = "org.immutables:value-processor", version.ref = "immutables" } -jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.17.2" } +jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.18.0" } jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations" } jackson-core = { module = "com.fasterxml.jackson.core:jackson-core" } jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }