From ccf4cfe7ff7b1bdf9688a8bc88d547efee97d7cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 15 Oct 2024 15:00:02 +0000 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> (cherry picked from commit 6835bda8e40b07a355308de52ac610efb7eada40) Signed-off-by: github-actions[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 749f912e..9bd6652e 100644 --- a/build.gradle +++ b/build.gradle @@ -165,7 +165,7 @@ dependencies { def opensearchJavaClientVersion = "2.1.0-SNAPSHOT" def log4jVersion = "2.20.0" 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"