diff --git a/build.sbt b/build.sbt index 2c99e345d..36a8b5fef 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val loggingSettings = Seq( "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5" ), // Drop and replace commons-logging with slf4j - libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "2.0.9", + libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "2.0.10", excludeDependencies += ExclusionRule("commons-logging", "commons-logging") )