From c804033cef2fab9fdbaa204ac36b7b9106f89a8a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 13 Jul 2025 13:19:24 +0000 Subject: [PATCH] Update log4j-api, log4j-slf4j-impl to 2.25.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7755003e6..5fa7a05dc 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.3" +val log4jVer = "2.25.1" val scalaLoggingVer = "3.9.5" val orgAntlr4Ver = "4.13.0" val jlineVer = "3.30.2"