From 3c836f2c6d09328afd2b1387f38b3c09de2ed34f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 May 2026 16:46:19 +0000 Subject: [PATCH] Update netty-handler to 4.2.14.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 20cefdc6..083660c2 100644 --- a/build.sbt +++ b/build.sbt @@ -118,7 +118,7 @@ val buildSettings = Seq( "org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0", "xerces" % "xercesImpl" % "2.12.2", "org.apache.commons" % "commons-compress" % "1.28.0", - "io.netty" % "netty-handler" % "4.2.9.Final", + "io.netty" % "netty-handler" % "4.2.14.Final", "org.apache.jena" % "jena-core" % "5.6.0", "com.google.protobuf" % "protobuf-java" % "4.33.2", "com.google.guava" % "guava" % "33.5.0-jre",