diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 41780fb..25fe384 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ object Dependencies { lazy val gson = "com.google.code.gson" % "gson" % "2.10.1" lazy val `jgiven-core` = "com.tngtech.jgiven" % "jgiven-core" % jGivenVersion lazy val `jgiven-html5-report` = "com.tngtech.jgiven" % "jgiven-html5-report" % jGivenVersion - lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.20.0" % Test + lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.21.1" % Test lazy val scalatest = "org.scalatest" %% "scalatest" % "3.2.17" lazy val `slf4j-api` = "org.slf4j" % "slf4j-api" % "2.0.9" diff --git a/src/sbt-test/sbt-jgiven-scalatest-reporter/simple/project/Dependencies.scala b/src/sbt-test/sbt-jgiven-scalatest-reporter/simple/project/Dependencies.scala index 02198a9..aae7a5c 100644 --- a/src/sbt-test/sbt-jgiven-scalatest-reporter/simple/project/Dependencies.scala +++ b/src/sbt-test/sbt-jgiven-scalatest-reporter/simple/project/Dependencies.scala @@ -2,7 +2,7 @@ import sbt._ object Dependencies { - lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.20.0" + lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.21.1" lazy val scalatest = "org.scalatest" %% "scalatest" % "3.2.17" }