You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2023/06/12 11:38:01 UTC

[daffodil] branch main updated: Update commons-io to 2.13.0

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 305bafce3 Update commons-io to 2.13.0
305bafce3 is described below

commit 305bafce3ab2abbd1a39078f5148562cfe1f3622
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Thu Jun 8 13:43:44 2023 +0000

    Update commons-io to 2.13.0
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 906345df7..dfd0c25b1 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
     "com.ibm.icu" % "icu4j" % "73.1",
     "xerces" % "xercesImpl" % "2.12.2",
     "xml-resolver" % "xml-resolver" % "1.2",
-    "commons-io" % "commons-io" % "2.12.0",
+    "commons-io" % "commons-io" % "2.13.0",
     "com.typesafe" % "config" % "1.4.2",
     "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
   )