Skip to content

Commit

Permalink
Merge pull request #12277 from mkurz/netty_upgrade
Browse files Browse the repository at this point in the history
Netty 4.1.104
  • Loading branch information
mkurz committed Dec 19, 2023
2 parents a5eae85 + b3f5e46 commit 0a4a153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Expand Up @@ -168,10 +168,10 @@ object Dependencies {
) ++ scalaParserCombinators(scalaVersion) ++ specs2Deps.map(_ % Test) ++ javaTestDeps ++
scalaReflect(scalaVersion)

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

val netty = Seq(
"org.playframework.netty" % "netty-reactive-streams-http" % "3.0.1",
"org.playframework.netty" % "netty-reactive-streams-http" % "3.0.2",
("io.netty" % "netty-transport-native-epoll" % nettyVersion).classifier("linux-x86_64")
) ++ specs2Deps.map(_ % Test)

Expand Down

0 comments on commit 0a4a153

Please sign in to comment.