From d5db94c58714cffc1d8bfe091da412837b47550e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 06:53:59 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.18.1 (#620) 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 7a70897..99980e1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -48,7 +48,7 @@ guava = { module = "com.google.guava:guava", version = "33.3.1-jre" } idea-ext = { module = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext", version = "1.1.9" } immutables-value-annotations = { module = "org.immutables:value-annotations", version.ref = "immutables" } immutables-value-processor = { module = "org.immutables:value-processor", version.ref = "immutables" } -jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.18.0" } +jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.18.1" } jacoco-maven-plugin = { module = "org.jacoco:jacoco-maven-plugin", version.ref = "jacoco" } jandex-plugin = { module = "com.github.vlsi.gradle:jandex-plugin", version.ref = "jandexPlugin" } jmh-core = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }