Skip to content

Commit

Permalink
Merge pull request #397 from scala-steward/update/log4j-core-2.14.0
Browse files Browse the repository at this point in the history
Update log4j-api, log4j-core, ... to 2.14.0
  • Loading branch information
scullxbones authored Jan 7, 2021
2 parents 3caa8f1 + 22acdd6 commit f4d45f7
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 @@ -22,9 +22,9 @@ val commonDeps = Seq(
"org.mongodb" % "mongodb-driver-core" % MongoJavaDriverVersion % "compile",
"org.mongodb" % "mongodb-driver-legacy" % MongoJavaDriverVersion % "test",
"org.slf4j" % "slf4j-api" % "1.7.30" % "test",
"org.apache.logging.log4j" % "log4j-api" % "2.13.3" % "test",
"org.apache.logging.log4j" % "log4j-core" % "2.13.3" % "test",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.13.3" % "test",
"org.apache.logging.log4j" % "log4j-api" % "2.14.0" % "test",
"org.apache.logging.log4j" % "log4j-core" % "2.14.0" % "test",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.14.0" % "test",
"org.scalatest" %% "scalatest" % "3.2.3" % "test",
"org.scalatestplus" %% "mockito-1-10" % "3.1.0.0" % "test",
"org.scalatestplus" %% "junit-4-12" % "3.2.2.0" % "test",
Expand Down

0 comments on commit f4d45f7

Please sign in to comment.