This is an automated email from the ASF dual-hosted git repository.
jinterrante pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/master by this push:
new 94276d2 Update commons-io to 2.11.0
94276d2 is described below
commit 94276d20240cd58462b8fb102b065bab45a5a489
Author: Scala Steward <[email protected]>
AuthorDate: Tue Jul 13 16:06:40 2021 +0200
Update commons-io to 2.11.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 8e0b46b..e441886 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
"com.ibm.icu" % "icu4j" % "69.1",
"xerces" % "xercesImpl" % "2.12.1",
"xml-resolver" % "xml-resolver" % "1.2",
- "commons-io" % "commons-io" % "2.10.0",
+ "commons-io" % "commons-io" % "2.11.0",
"com.typesafe" % "config" % "1.4.1"
)