From f296fc05f2a5fbb798efeade989252a3b0f8edb3 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Tue, 14 May 2019 04:45:44 +0200 Subject: [PATCH] Update slf4j-log4j12 to 1.7.26 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e44888d..3218bae 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ libraryDependencies += "com.github.j5ik2o" %% "reactive-aws-s3-cats" % "1.1.3" // Logging libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2" -libraryDependencies += "org.slf4j" % "slf4j-log4j12" % "1.7.25" +libraryDependencies += "org.slf4j" % "slf4j-log4j12" % "1.7.26" // testing libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % "test"