From e5ec5c54880d4d53c1402fff3abc7063689fa4f5 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:33:40 -0700 Subject: [PATCH] fix(deps): update dependency io.netty:netty-all to v4.1.99.final (#941) (#949) (cherry picked from commit 8e0f87a7d2a6052d51d6c9c6859fb0ac71f3d72a) 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 1e9ff911..71bbd12a 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.97.Final" + def nettyVersion = "4.1.99.Final" def jacksonDatabindVersion = "2.15.2" def guavaVersion = "32.1.2-jre" def guiceVersion = "7.0.0"