From 38facaebf083c143fd6e65387609df65e0270b38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 07:43:16 +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.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 ... 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 11ae8d5f..b36fcfde 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ val logbackVersion = "1.5.18" val nimbusSdkVersion = "11.28" val mockWebServerVersion = "4.12.0" val jacksonVersion = "2.20.0" -val nettyVersion = "4.2.4.Final" +val nettyVersion = "4.2.5.Final" val junitJupiterVersion = "5.13.4" val freemarkerVersion = "2.3.34" val kotestVersion = "5.9.1"