From 9e1ae8aca84eb12dbc572e6e0a8d216b49f2c295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:16:03 +0000 Subject: [PATCH] chore(deps): bump io.netty:netty-all from 4.1.101.Final to 4.1.104.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.101.Final to 4.1.104.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.101.Final...netty-4.1.104.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all 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 847d95bf..780e3d25 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.0" -val nettyVersion = "4.1.101.Final" +val nettyVersion = "4.1.104.Final" val junitJupiterVersion = "5.10.1" val kotlinVersion = "1.9.21" val freemarkerVersion = "2.3.32"