From 84e068bcf87a57867b850cd358278d861cc26563 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Oct 2024 16:28:29 +0000 Subject: [PATCH] Update netty-all, netty-buffer to 4.1.114.Final --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 6557d6d..a86d528 100644 --- a/build.sbt +++ b/build.sbt @@ -76,8 +76,8 @@ lazy val commonSettings = "org.apache.xbean" % "xbean-asm6-shaded" % "4.10" ) case Spark31 | Spark32 | Spark33 => Seq( - "io.netty" % "netty-all" % "4.1.94.Final", - "io.netty" % "netty-buffer" % "4.1.94.Final", + "io.netty" % "netty-all" % "4.1.114.Final", + "io.netty" % "netty-buffer" % "4.1.114.Final", "io.netty" % "netty-tcnative-classes" % "2.0.61.Final" ) case _ => Seq.empty