From 7a6b7f40e4eaff66fb91a0d4d3d6cfb7c7bff668 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Oct 2023 00:04:50 +0000 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> (cherry picked from commit d0d576f9c6801504166c9614e8fb2d49f03302f9) 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 71bbd12a..c92106c6 100644 --- a/build.gradle +++ b/build.gradle @@ -164,7 +164,7 @@ dependencies { def opensearchVersion = "${opensearch_version}" def opensearchJavaClientVersion = "2.1.0-SNAPSHOT" 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"