From 67e6bc6fda17e1b5f9d743405389cec74f0f7071 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 04:49:10 +0000 Subject: [PATCH] fix(deps): update dependency io.netty:netty-all to v4.2.13.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..ad0e75e 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.13.Final") api("org.apache.logging.log4j:log4j-api:${parent!!.extra.get("log4jVersion")}") api("com.github.seancfoley:ipaddress:5.6.2") }