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 b9e524831 Update commons-io to 2.20.0
b9e524831 is described below
commit b9e52483193169573992a7dacf9223f2af37aa4b
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jul 19 13:52:27 2025 +0000
Update commons-io to 2.20.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 430603a66..75213c43b 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
"com.ibm.icu" % "icu4j" % "77.1",
"xerces" % "xercesImpl" % "2.12.2",
"xml-resolver" % "xml-resolver" % "1.2",
- "commons-io" % "commons-io" % "2.19.0",
+ "commons-io" % "commons-io" % "2.20.0",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
)