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