From dcbb3d6e9e7922a78392195cb1796caa92513861 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 22:07:42 +0000 Subject: [PATCH] fix(deps): update dependency io.netty:netty-all to v4.2.14.final --- api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 0b870dc..007f9c4 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -1,7 +1,7 @@ dependencies { api("org.yaml:snakeyaml:2.6") api("commons-logging:commons-logging:1.3.6") - api("io.netty:netty-all:4.2.12.Final") + api("io.netty:netty-all:4.2.14.Final") api("org.apache.logging.log4j:log4j-api:${parent!!.extra.get("log4jVersion")}") api("com.github.seancfoley:ipaddress:5.6.2") }