diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8f7e62c..755a300 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,11 +4,13 @@ object Dependencies { private val jGivenVersion = "2.0.0" - lazy val `commons-io` = "commons-io" % "commons-io" % "2.18.0" % Runtime // Please remove this dependency once jgiven-html5-report will transitively depend on it + lazy val `commons-io` = + "commons-io" % "commons-io" % "2.18.0" % Runtime // Please remove this dependency once jgiven-html5-report will transitively depend on it lazy val gson = "com.google.code.gson" % "gson" % "2.11.0" lazy val `jgiven-core` = "com.tngtech.jgiven" % "jgiven-core" % jGivenVersion - lazy val `jgiven-html5-report` = "com.tngtech.jgiven" % "jgiven-html5-report" % jGivenVersion exclude ("commons-io", "commons-io") - lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.24.2" % Test + lazy val `jgiven-html5-report` = + "com.tngtech.jgiven" % "jgiven-html5-report" % jGivenVersion exclude ("commons-io", "commons-io") + lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.24.3" % Test lazy val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" lazy val `slf4j-api` = "org.slf4j" % "slf4j-api" % "2.0.16" 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 8a4c9ae..a44ebb5 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.24.2" + lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.24.3" lazy val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" }