Skip to content

Commit

Permalink
Merge pull request #156 from Dwolla/update-log4j-to-2.15.0-to-address…
Browse files Browse the repository at this point in the history
…-vulnerability

update log4j to 2.15.0 to address vulnerability
  • Loading branch information
Corey Oliver authored Dec 13, 2021
2 parents 4b246c5 + f981bb5 commit 99e8c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ lazy val lambdaIOApp = crossProject(JSPlatform, JVMPlatform)
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.2.0",
"co.fs2" %% "fs2-io" % fs2Version,
"org.typelevel" %% "log4cats-slf4j" % "1.3.1",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.14.1",
"org.apache.logging.log4j" % "log4j-api" % "2.14.1",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.15.0",
"org.apache.logging.log4j" % "log4j-api" % "2.15.0",
"org.typelevel" %% "cats-tagless-macros" % "0.14.0",
"org.tpolecat" %% "natchez-core" % "0.0.26",
"org.specs2" %% "specs2-scalacheck" % specs2Version,
Expand Down

0 comments on commit 99e8c8b

Please sign in to comment.