This is an automated email from the ASF dual-hosted git repository.
olabusayo 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 31728349d Update commons-io to 2.18.0
31728349d is described below
commit 31728349d8e3dc8bf5e9f9240e1591e4142c13c7
Author: Scala Steward <[email protected]>
AuthorDate: Thu Nov 21 14:12:30 2024 +0000
Update commons-io to 2.18.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index d9d9a2cb0..5bbea4642 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -29,7 +29,7 @@ object Dependencies {
"com.ibm.icu" % "icu4j" % "76.1",
"xerces" % "xercesImpl" % "2.12.2",
"xml-resolver" % "xml-resolver" % "1.2",
- "commons-io" % "commons-io" % "2.17.0",
+ "commons-io" % "commons-io" % "2.18.0",
"com.typesafe" % "config" % "1.4.3",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
)