Skip to content

Commit

Permalink
use log4j-slf4j2-impl instead of log4j-slf4j-impl
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers committed Sep 25, 2024
1 parent 1fc1284 commit 81f8918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Dependencies {
val JacksonVersion = "2.17.2"
val JacksonDatabindVersion = JacksonVersion

val Log4j2Version = "2.23.1"
val Log4j2Version = "2.24.0"

// often called-in transitively with insecure versions of databind / core
private val JacksonDatabind = Seq(
Expand Down Expand Up @@ -114,7 +114,7 @@ object Dependencies {
"com.typesafe.akka" %% "akka-stream" % AkkaVersion,
"org.apache.logging.log4j" % "log4j-core" % Log4j2Version,
"org.apache.logging.log4j" % "log4j-api" % Log4j2Version,
"org.apache.logging.log4j" % "log4j-slf4j-impl" % Log4j2Version,
"org.apache.logging.log4j" % "log4j-slf4j2-impl" % Log4j2Version,
"com.typesafe.akka" %% "akka-http" % AkkaHttpVersion,
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test,
Expand Down

0 comments on commit 81f8918

Please sign in to comment.