From 02ebd48f54c40a343af7b4d4a7cfeeb1036d4baf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 13 Dec 2024 13:36:24 +0000 Subject: [PATCH] Update log4j-api, log4j-slf4j-impl to 2.24.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 71d32e733..6ee35e409 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ val nlpcraftVer = "1.0.0" // Common libraries. val scalaMajVer = "3" val scalaMinVer = "2.2" -val log4jVer = "2.24.2" +val log4jVer = "2.24.3" val scalaLoggingVer = "3.9.5" val orgAntlr4Ver = "4.13.0" val jlineVer = "3.27.1"