From d7861963597c01ee48227f6bcd689e1a9821f54d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Oct 2023 22:31:04 +0000 Subject: [PATCH] Update netty-all, netty-buffer to 4.1.100.Final --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 6557d6d..0cf7a81 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.100.Final", + "io.netty" % "netty-buffer" % "4.1.100.Final", "io.netty" % "netty-tcnative-classes" % "2.0.61.Final" ) case _ => Seq.empty