From d0d576f9c6801504166c9614e8fb2d49f03302f9 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:04:33 -0700 Subject: [PATCH] fix(deps): update dependency io.netty:netty-all to v4.1.100.final (#953) 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 a7e5f0ba..55cb09b4 100644 --- a/build.gradle +++ b/build.gradle @@ -164,7 +164,7 @@ dependencies { def opensearchVersion = "${opensearch_version}" def log4jVersion = "2.20.0" - def nettyVersion = "4.1.99.Final" + def nettyVersion = "4.1.100.Final" def jacksonDatabindVersion = "2.15.2" def guavaVersion = "32.1.2-jre" def guiceVersion = "7.0.0"