You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2021/12/29 17:35:42 UTC

[daffodil] branch main updated: Update log4j-api, log4j-core to 2.17.1

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

jinterrante 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 72512d9  Update log4j-api, log4j-core to 2.17.1
72512d9 is described below

commit 72512d9130dd3a12aa864b8cd9fe3ac56f81c32f
Author: Scala Steward <me...@scala-steward.org>
AuthorDate: Wed Dec 29 00:04:13 2021 +0100

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 26a9a7b..323b6d8 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.1",
     "org.apache.logging.log4j" %% "log4j-api-scala" % "12.0",
-    "org.apache.logging.log4j" % "log4j-api" % "2.17.0",
-    "org.apache.logging.log4j" % "log4j-core" % "2.17.0" % "it,test",
+    "org.apache.logging.log4j" % "log4j-api" % "2.17.1",
+    "org.apache.logging.log4j" % "log4j-core" % "2.17.1" % "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.0",
+    "org.apache.logging.log4j" % "log4j-core" % "2.17.1",
   )
 
   lazy val test = Seq(