From 14aadc199a9eb3c523b46efa1373d8604f4990f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:01:19 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.106.Final to 4.1.118.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.106.Final to 4.1.118.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.106.Final...netty-4.1.118.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 7a93c88..4d50a22 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ val exposedVersion: String by project val ktorVersion: String by project dependencies { - implementation("io.netty:netty-all:4.1.106.Final") + implementation("io.netty:netty-all:4.1.118.Final") implementation("com.mysql", "mysql-connector-j", "8.0.33") implementation("org.graalvm.js", "js-scriptengine", "23.0.1") implementation("org.graalvm.js", "js", "23.0.1")