From a5905c913b6b20cdf5ac3c8bef2740a12b1a59f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 30 Oct 2024 20:30:09 +0000 Subject: [PATCH] Update netty-tcnative-classes to 2.0.67.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6557d6d..b61100f 100644 --- a/build.sbt +++ b/build.sbt @@ -78,7 +78,7 @@ lazy val commonSettings = case Spark31 | Spark32 | Spark33 => Seq( "io.netty" % "netty-all" % "4.1.94.Final", "io.netty" % "netty-buffer" % "4.1.94.Final", - "io.netty" % "netty-tcnative-classes" % "2.0.61.Final" + "io.netty" % "netty-tcnative-classes" % "2.0.67.Final" ) case _ => Seq.empty }