From b89e50ed2010a047db7faf19d1e1ce4e1df9d922 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Mar 2026 21:24:01 +0000 Subject: [PATCH] Update netty-handler to 4.2.12.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 20cefdc6..5cdf70b1 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.12.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",