diff --git a/build.sbt b/build.sbt index 630c1e94..56a4aa39 100644 --- a/build.sbt +++ b/build.sbt @@ -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",