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/15 18:56:32 UTC

[daffodil] branch main updated: Update jdom2 to 2.0.6.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 5303d86  Update jdom2 to 2.0.6.1
5303d86 is described below

commit 5303d86fba8e9e1d3daa36fed405e507857fde1f
Author: Scala Steward <me...@scala-steward.org>
AuthorDate: Wed Dec 8 08:04:11 2021 +0100

    Update jdom2 to 2.0.6.1
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 5f7acdb..21896e0 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -36,7 +36,7 @@ object Dependencies {
   )
 
   lazy val infoset = Seq(
-    "org.jdom" % "jdom2" % "2.0.6",
+    "org.jdom" % "jdom2" % "2.0.6.1",
     "com.fasterxml.woodstox" % "woodstox-core" % "6.2.7",
     "com.fasterxml.jackson.core" % "jackson-core" % "2.13.0"
   )