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

olabusayoT 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 8533ee979 Update commons-io to 2.22.0
8533ee979 is described below

commit 8533ee97916c573fe5d92054295dcd404bf78323
Author: Scala Steward <[email protected]>
AuthorDate: Thu Apr 23 14:14:01 2026 +0000

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 221413649..609df99d3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
     "com.ibm.icu" % "icu4j" % "78.3",
     ("xerces" % "xercesImpl" % "2.12.2").exclude("xml-apis", "xml-apis"),
     "xml-resolver" % "xml-resolver" % "1.2",
-    "commons-io" % "commons-io" % "2.21.0",
+    "commons-io" % "commons-io" % "2.22.0",
     "com.typesafe.scala-logging" %% "scala-logging" % "3.9.6"
   )
 

Reply via email to