From f8ba3cc8506522f2e1d111f38f0b72f7f0112f21 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 11:26:24 -0700 Subject: [PATCH] fix(deps): update jackson monorepo to v2.17.2 (#1006) (#1008) (cherry picked from commit 39834d5bf15ac48a6214092292c38cb7ae7aa9b2) Signed-off-by: mend-for-github-com[bot] Signed-off-by: github-actions[bot] Co-authored-by: github-actions[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 33bcecf6..15aed7aa 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.1" + def jacksonDatabindVersion = "2.17.2" def guavaVersion = "32.1.3-jre" def guiceVersion = "7.0.0" def junit4Version = "4.13.2"