Skip to content

Commit

Permalink
Update slf4j-api to 1.7.32 (#455)
Browse files Browse the repository at this point in the history
* Update slf4j-api to 1.7.32
  • Loading branch information
scala-steward authored Aug 16, 2021
1 parent 7108422 commit e3ddf56
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 @@ -21,7 +21,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.30" % "test",
"org.slf4j" % "slf4j-api" % "1.7.32" % "test",
"org.apache.logging.log4j" % "log4j-api" % "2.14.1" % "test",
"org.apache.logging.log4j" % "log4j-core" % "2.14.1" % "test",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.14.1" % "test",
Expand All @@ -48,7 +48,7 @@ val commonSettings = Seq(
libraryDependencies ++= commonDeps,
dependencyOverrides ++= Seq(
"com.typesafe" % "config" % "1.3.2",
"org.slf4j" % "slf4j-api" % "1.7.30",
"org.slf4j" % "slf4j-api" % "1.7.32",
"com.typesafe.akka" %% "akka-stream" % akkaV,
"org.mongodb" % "mongodb-driver-legacy" % MongoJavaDriverVersion
),
Expand Down

0 comments on commit e3ddf56

Please sign in to comment.