Skip to content

Commit

Permalink
Enforce log4j 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebruninmaif committed Dec 14, 2021
1 parent 1501f73 commit 2a16c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion izanami-server/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ libraryDependencies ++= Seq(
"org.scalatestplus.play" %% "scalatestplus-play" % "4.0.3" % "it,test", // Apache 2.0
"com.github.kstyrc" % "embedded-redis" % "0.6" % "it,test", // Apache 2.0
"org.slf4j" % "slf4j-api" % "1.7.25" % "it,test", // MIT license
"org.apache.logging.log4j" % "log4j-api" % "2.15.0" % "it,test", // MIT license
// "org.apache.logging.log4j" % "log4j-api" % "2.15.0" % "it,test", // MIT license
"org.apache.logging.log4j" % "log4j-api" % "2.15.0", // MIT license // Enforce 2.15 for the bundle
"org.apache.logging.log4j" % "log4j-core" % "2.15.0" % "it,test" // MIT license
)

Expand Down

0 comments on commit 2a16c94

Please sign in to comment.