Skip to content

Commit

Permalink
Enforce log4j 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebruninmaif committed Dec 15, 2021
1 parent 45d0fb8 commit dfcadcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions izanami-server/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ 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", // MIT license // Enforce 2.15 for the bundle
"org.apache.logging.log4j" % "log4j-core" % "2.15.0" % "it,test" // MIT license
// "org.apache.logging.log4j" % "log4j-api" % "2.16.0" % "it,test", // MIT license
"org.apache.logging.log4j" % "log4j-api" % "2.16.0", // MIT license // Enforce 2.16 for the bundle
"org.apache.logging.log4j" % "log4j-core" % "2.16.0" % "it,test" // MIT license
)

addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.11.0" cross CrossVersion.full)
Expand Down

0 comments on commit dfcadcb

Please sign in to comment.