From 34702f33037f029d27e1866c490b09ce71752b45 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Oct 2023 05:37:54 +0000 Subject: [PATCH] Update log4j-api, log4j-slf4j-impl to 2.21.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f3c6eb9..be4f30b 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val CirceVersion = "0.14.3" val CommonsIoVersion = "2.4" val ExtsVersion = "1.61.1" val JacksonVersion = "2.14.1" -val Log4jVersion = "2.19.0" +val Log4jVersion = "2.21.1" val MonixVersion = "3.4.1" val PlayJsonVersion = "2.10.0-RC7" val PulsarVersion = "2.10.3"