From c2aa48970094b0a4153758973cc8d5e73d72599d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 22 Sep 2023 20:22:22 +0000 Subject: [PATCH] Update netty-buffer, netty-handler, ... to 4.1.98.Final --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 1d912640..c1f475f6 100644 --- a/build.sbt +++ b/build.sbt @@ -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(