From 24fe2f0c82f00d036cc22b7b9a03e517156529c7 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 12:22:19 +0000 Subject: [PATCH] chore(deps): update dependency io.netty:netty-handler to v4.1.118.final --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 533b346..02cb188 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'commons-lang:commons-lang:2.6' implementation 'commons-codec:commons-codec:1.17.1' implementation 'io.netty:netty-codec-http:4.1.116.Final' - implementation 'io.netty:netty-handler:4.1.116.Final' + implementation 'io.netty:netty-handler:4.1.118.Final' implementation 'org.asynchttpclient:async-http-client:2.12.4' implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2' implementation 'org.bitbucket.b_c:jose4j:0.9.6'