Skip to content

Commit

Permalink
Update slf4j-api to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and scullxbones committed Oct 14, 2023
1 parent f538042 commit 1405081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ val commonDeps = Seq(
"com.typesafe.akka" %% "akka-actor" % akkaV % "compile",
"org.mongodb" % "mongodb-driver-core" % MongoJavaDriverVersion % "compile",
"org.mongodb" % "mongodb-driver-legacy" % MongoJavaDriverVersion % "test",
"org.slf4j" % "slf4j-api" % "1.7.36" % "test",
"org.slf4j" % "slf4j-api" % "2.0.9" % "test",
"org.apache.logging.log4j" % "log4j-api" % Log4JVersion % "test",
"org.apache.logging.log4j" % "log4j-core" % Log4JVersion % "test",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % Log4JVersion % "test",
Expand Down Expand Up @@ -64,7 +64,7 @@ val commonSettings = Seq(
libraryDependencies ++= commonDeps,
dependencyOverrides ++= Seq(
"com.typesafe" % "config" % "1.3.2",
"org.slf4j" % "slf4j-api" % "1.7.36",
"org.slf4j" % "slf4j-api" % "2.0.9",
"com.typesafe.akka" %% "akka-stream" % akkaV,
"org.mongodb" % "mongodb-driver-legacy" % MongoJavaDriverVersion
),
Expand Down

0 comments on commit 1405081

Please sign in to comment.