From 6835bda8e40b07a355308de52ac610efb7eada40 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:59:49 -0700 Subject: [PATCH] fix(deps): update jackson monorepo to v2.18.0 (#1018) Signed-off-by: mend-for-github-com[bot] Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2758e6e2..39f472e5 100644 --- a/build.gradle +++ b/build.gradle @@ -165,7 +165,7 @@ dependencies { def opensearchVersion = "${opensearch_version}" def log4jVersion = "2.23.1" def nettyVersion = "4.1.101.Final" - def jacksonDatabindVersion = "2.17.2" + def jacksonDatabindVersion = "2.18.0" def guavaVersion = "32.1.3-jre" def guiceVersion = "7.0.0" def junit4Version = "4.13.2"