From b118477ad141db575631d7e5875fd36eb322abe3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 28 Oct 2023 10:17:27 +0200 Subject: [PATCH] Update log4j-core, log4j-slf4j2-impl to 2.21.1 (#780) Co-authored-by: Peter Kotula --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 1f87caf1..89471b79 100644 --- a/build.sbt +++ b/build.sbt @@ -234,8 +234,8 @@ lazy val examplesSlf4j2Log4j = project .settings( publish / skip := true, libraryDependencies ++= Seq( - "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.21.0", - "org.apache.logging.log4j" % "log4j-core" % "2.21.0" + "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.21.1", + "org.apache.logging.log4j" % "log4j-core" % "2.21.1" ) )