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 6bf9b873a Update commons-io to 2.17.0
6bf9b873a is described below
commit 6bf9b873a390ad3e9b98e61d9b588f281d641cb2
Author: Scala Steward <[email protected]>
AuthorDate: Fri Sep 20 14:06:06 2024 +0000
Update commons-io to 2.17.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 3f95c9651..e1e7c0664 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -29,7 +29,7 @@ object Dependencies {
"com.ibm.icu" % "icu4j" % "75.1",
"xerces" % "xercesImpl" % "2.12.2",
"xml-resolver" % "xml-resolver" % "1.2",
- "commons-io" % "commons-io" % "2.16.1",
+ "commons-io" % "commons-io" % "2.17.0",
"com.typesafe" % "config" % "1.4.3",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
)