From c30fd45910315cc7f12b12440c95095537a323e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 19:53:53 +0000 Subject: [PATCH] Bump io.netty:netty-codec-http from 4.1.125.Final to 4.1.129.Final Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.125.Final to 4.1.129.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.125.Final...netty-4.1.129.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-version: 4.1.129.Final dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/build.gradle b/build.gradle index f59e9c1..3adfe4a 100644 --- a/build.gradle +++ b/build.gradle @@ -3,17 +3,17 @@ buildscript { configurations.all { resolutionStrategy { // Force upgrade Netty to fix #33 (VULN-4854) and remaining Netty-related alerts - force 'io.netty:netty-codec:4.1.125.Final' - force 'io.netty:netty-codec-http:4.1.125.Final' - force 'io.netty:netty-codec-http2:4.1.125.Final' - force 'io.netty:netty-handler:4.1.125.Final' - force 'io.netty:netty-common:4.1.125.Final' - force 'io.netty:netty-buffer:4.1.125.Final' - force 'io.netty:netty-transport:4.1.125.Final' - force 'io.netty:netty-resolver:4.1.125.Final' - force 'io.netty:netty-codec-socks:4.1.125.Final' - force 'io.netty:netty-handler-proxy:4.1.125.Final' - force 'io.netty:netty-transport-native-unix-common:4.1.125.Final' + force 'io.netty:netty-codec:4.1.129.Final' + force 'io.netty:netty-codec-http:4.1.129.Final' + force 'io.netty:netty-codec-http2:4.1.129.Final' + force 'io.netty:netty-handler:4.1.129.Final' + force 'io.netty:netty-common:4.1.129.Final' + force 'io.netty:netty-buffer:4.1.129.Final' + force 'io.netty:netty-transport:4.1.129.Final' + force 'io.netty:netty-resolver:4.1.129.Final' + force 'io.netty:netty-codec-socks:4.1.129.Final' + force 'io.netty:netty-handler-proxy:4.1.129.Final' + force 'io.netty:netty-transport-native-unix-common:4.1.129.Final' // Force upgrade jdom2 to fix #36 force 'org.jdom:jdom2:2.0.6.1'