From 55801161c8fb2d14240191d8ef2101b80e21bf04 Mon Sep 17 00:00:00 2001 From: dotasek Date: Thu, 19 Oct 2023 08:16:11 -0400 Subject: [PATCH] Bump netty (#155) --- build.gradle.kts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e09e671..61f297d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -175,7 +175,9 @@ dependencies { implementation("org.eclipse.jetty.http2:http2-http-client-transport:11.0.17") { because("previous versions have a bug impacting this application") } - + implementation("io.netty:netty-handler:4.1.100.Final") { + because("previous versions have a bug impacting this application") + } } }