From f2b16bc1bea65296a6c40b6e4499fdf146e9fc36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 08:24:07 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.21.3 --- 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 b6109736..40c574dc 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.21.2" } +jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.21.3" } 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" }