From f981bb516b0432c61b1345e56b883712d534988a Mon Sep 17 00:00:00 2001 From: Corey Oliver Date: Mon, 13 Dec 2021 12:28:24 -0600 Subject: [PATCH] update log4j to 2.15.0 to address vulnerability --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 71a5437d..3f22bfd8 100644 --- a/build.sbt +++ b/build.sbt @@ -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,