Skip to content

Commit

Permalink
Update netty-buffer, netty-handler, ... to 4.1.98.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and scullxbones committed Sep 30, 2023
1 parent 658cc82 commit c2aa489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ lazy val `akka-persistence-mongo-scala` = (project in file("scala"))
libraryDependencies ++= Seq(
"org.mongodb.scala" %% "mongo-scala-driver" % "4.3.4" % "compile",
"org.mongodb.scala" %% "mongo-scala-bson" % "4.3.4" % "compile",
"io.netty" % "netty-buffer" % "4.1.72.Final" % "compile",
"io.netty" % "netty-transport" % "4.1.72.Final" % "compile",
"io.netty" % "netty-handler" % "4.1.72.Final" % "compile",
"io.netty" % "netty-buffer" % "4.1.98.Final" % "compile",
"io.netty" % "netty-transport" % "4.1.98.Final" % "compile",
"io.netty" % "netty-handler" % "4.1.98.Final" % "compile",
"org.reactivestreams" % "reactive-streams" % "1.0.3"
),
dependencyOverrides ++= Seq(
Expand Down

0 comments on commit c2aa489

Please sign in to comment.