This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new c0664507 Update log4j-api, log4j-core, ... to 2.19.0
new c8af3d07 Merge pull request #45 from
scala-steward/update/log4j-core-2.19.0
c0664507 is described below
commit c06645071554e59786cd109671708563330e8458
Author: Scala Steward <[email protected]>
AuthorDate: Mon Oct 17 13:17:30 2022 +0000
Update log4j-api, log4j-core, ... to 2.19.0
---
build.sbt | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index 73818b82..1378c2da 100644
--- a/build.sbt
+++ b/build.sbt
@@ -20,7 +20,7 @@ val nlpcraftVer = "1.0.0"
// Common libraries.
val scalaMajVer = "3"
val scalaMinVer = "1.3"
-val log4jVer = "2.18.0"
+val log4jVer = "2.19.0"
val scalaLoggingVer = "3.9.5"
val orgAntlr4Ver = "4.11.1"
val jlineVer = "3.21.0"
diff --git a/pom.xml b/pom.xml
index 087d24fd..d7be224e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
<!-- Versions. -->
<scala.plugin.ver>4.6.3</scala.plugin.ver>
- <log4j.ver>2.18.0</log4j.ver>
+ <log4j.ver>2.19.0</log4j.ver>
<scala.config.ver>1.3.4</scala.config.ver>
<scala.logging.ver>3.9.5</scala.logging.ver>
<scala.par.colections>1.0.4</scala.par.colections>