Skip to content

Commit

Permalink
Merge pull request #12278 from mkurz/netty104
Browse files Browse the repository at this point in the history
[2.9.x] Netty 4.1.104
  • Loading branch information
mkurz committed Dec 19, 2023
2 parents 27b1279 + 4a4f3c2 commit 34c8cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Expand Up @@ -188,10 +188,10 @@ object Dependencies {
) ++ javaTestDeps ++
scalaReflect(scalaVersion)

val nettyVersion = "4.1.101.Final"
val nettyVersion = "4.1.104.Final"

val netty = Seq(
"com.typesafe.netty" % "netty-reactive-streams-http" % "2.0.11",
"com.typesafe.netty" % "netty-reactive-streams-http" % "2.0.12",
("io.netty" % "netty-transport-native-epoll" % nettyVersion).classifier("linux-x86_64")
) ++ specs2Deps.map(_ % Test)

Expand Down

0 comments on commit 34c8cd4

Please sign in to comment.