From f7d3331127cec0a42b63c2beae988cebc8206b38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:55:33 +0100 Subject: [PATCH] chore(deps): bump io.netty:netty-all from 4.1.104.Final to 4.1.106.Final (#629) Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.104.Final to 4.1.106.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.104.Final...netty-4.1.106.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index aaeb825d..53ee1068 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ val logbackVersion = "1.4.14" val nimbusSdkVersion = "11.6" val mockWebServerVersion = "4.12.0" val jacksonVersion = "2.16.1" -val nettyVersion = "4.1.104.Final" +val nettyVersion = "4.1.106.Final" val junitJupiterVersion = "5.10.1" val kotlinVersion = "1.9.22" val freemarkerVersion = "2.3.32"