This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new 242706787 Update log4j-api, log4j-core to 2.18.0
242706787 is described below

commit 242706787cdfdaba953703e0224d62b956ffed83
Author: Scala Steward <[email protected]>
AuthorDate: Thu Jul 7 13:44:32 2022 +0000

    Update log4j-api, log4j-core to 2.18.0
---
 project/Dependencies.scala | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 4171b16fd..7bd455b53 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -31,8 +31,8 @@ object Dependencies {
     "commons-io" % "commons-io" % "2.11.0",
     "com.typesafe" % "config" % "1.4.2",
     "org.apache.logging.log4j" %% "log4j-api-scala" % "12.0",
-    "org.apache.logging.log4j" % "log4j-api" % "2.17.2",
-    "org.apache.logging.log4j" % "log4j-core" % "2.17.2" % "it,test",
+    "org.apache.logging.log4j" % "log4j-api" % "2.18.0",
+    "org.apache.logging.log4j" % "log4j-core" % "2.18.0" % "it,test",
   )
 
   lazy val infoset = Seq(
@@ -46,7 +46,7 @@ object Dependencies {
     "org.jline" % "jline" % "3.21.0",
     "org.rogach" %% "scallop" % "4.1.0",
     "net.sf.expectit" % "expectit-core" % "0.9.0" % "it,test",
-    "org.apache.logging.log4j" % "log4j-core" % "2.17.2",
+    "org.apache.logging.log4j" % "log4j-core" % "2.18.0",
   )
 
   lazy val test = Seq(

Reply via email to