From e6032f9d83c9caa0374134f6490b9db639e22a41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 09:22:54 +0100 Subject: [PATCH] chore(deps): bump io.netty:netty-all from 4.1.100.Final to 4.1.101.Final (#588) Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.100.Final to 4.1.101.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.100.Final...netty-4.1.101.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 39e9488a..921824fc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ val logbackVersion = "1.4.11" val nimbusSdkVersion = "11.6" val mockWebServerVersion = "4.12.0" val jacksonVersion = "2.15.3" -val nettyVersion = "4.1.100.Final" +val nettyVersion = "4.1.101.Final" val junitJupiterVersion = "5.10.1" val kotlinVersion = "1.9.20" val freemarkerVersion = "2.3.32"