From ccfbd73f66c19f50108f2c0e8a17f065e4e4ee01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:25:04 +0000 Subject: [PATCH] Bump nettyVersion from 4.2.4.Final to 4.2.5.Final Bumps `nettyVersion` from 4.2.4.Final to 4.2.5.Final. Updates `io.netty:netty-codec-http` from 4.2.4.Final to 4.2.5.Final - [Commits](https://github.com/netty/netty/compare/netty-4.2.4.Final...netty-4.2.5.Final) Updates `io.netty:netty-codec-http2` from 4.2.4.Final to 4.2.5.Final - [Commits](https://github.com/netty/netty/compare/netty-4.2.4.Final...netty-4.2.5.Final) Updates `io.netty:netty-common` from 4.2.4.Final to 4.2.5.Final - [Commits](https://github.com/netty/netty/compare/netty-4.2.4.Final...netty-4.2.5.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-version: 4.2.5.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.netty:netty-codec-http2 dependency-version: 4.2.5.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.netty:netty-common dependency-version: 4.2.5.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7842941..b4f3e80 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,7 +53,7 @@ jmh { } val brotli4jVersion = "1.20.0" -val nettyVersion = "4.2.4.Final" +val nettyVersion = "4.2.5.Final" val netty5Version = "5.0.0.Alpha5" val zuulOssVersion = "3.1.5" val log4jVersion = "2.25.1"