[1.x] deps: log4j 2.25.4 (#9086)

This commit is contained in:
Piotr Paradziński 2026-04-13 22:55:29 +02:00 committed by GitHub
parent 00899b0657
commit 4ec7f188c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ object Dependencies {
val scalaPar = "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.0"
// specify all of log4j modules to prevent misalignment
def log4jModule = (n: String) => "org.apache.logging.log4j" % n % "2.25.3"
def log4jModule = (n: String) => "org.apache.logging.log4j" % n % "2.25.4"
val log4jApi = log4jModule("log4j-api")
val log4jCore = log4jModule("log4j-core")
val log4jSlf4jImpl = log4jModule("log4j-slf4j-impl")