From 0feed8ea8c3f16ffedd2be44055821b1dfa60b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 08:01:58 +0000 Subject: [PATCH] chore(deps): bump io.netty:netty-codec-http Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.2.6.Final to 4.2.7.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.2.6.Final...netty-4.2.7.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-version: 4.2.7.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 75a19611..0ac56025 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ val logbackVersion = "1.5.20" val nimbusSdkVersion = "11.29.2" val mockWebServerVersion = "5.2.1" val jacksonVersion = "2.20.0" -val nettyVersion = "4.2.6.Final" +val nettyVersion = "4.2.7.Final" val junitJupiterVersion = "6.0.0" val freemarkerVersion = "2.3.34" val kotestVersion = "6.0.4"