Skip to content

Commit

Permalink
Update netty-tcnative-classes to 2.0.63.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 21, 2024
1 parent 85cf421 commit 035d059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.63.Final"
)
case _ => Seq.empty
}
Expand Down

0 comments on commit 035d059

Please sign in to comment.