diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 571fa472..9fbad764 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -47,7 +47,7 @@ object Dependencies { // "org.apache.logging.log4j" % "log4j-layout-template-json" % log4j2Version % Runtime, // "org.apache.logging.log4j" % "log4j-api" % log4j2Version % Runtime, // "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4j2Version % Runtime, - "org.slf4j" % "jcl-over-slf4j" % "2.0.13" % Runtime, // same version of slf4j used by log4cats + "org.slf4j" % "jcl-over-slf4j" % "2.0.17" % Runtime, // same version of slf4j used by log4cats "ch.qos.logback" % "logback-classic" % "1.5.16" % Runtime )