This is an automated email from the ASF dual-hosted git repository.
jinterrante 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 cbe77c8aa Update commons-io to 2.14.0
cbe77c8aa is described below
commit cbe77c8aa5264d6fc8a682891b51fddce1e3b2fa
Author: Scala Steward <[email protected]>
AuthorDate: Tue Oct 3 16:29:33 2023 +0000
Update commons-io to 2.14.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 353f4d976..7a8bcd4a6 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
"com.ibm.icu" % "icu4j" % "73.2",
"xerces" % "xercesImpl" % "2.12.2",
"xml-resolver" % "xml-resolver" % "1.2",
- "commons-io" % "commons-io" % "2.13.0",
+ "commons-io" % "commons-io" % "2.14.0",
"com.typesafe" % "config" % "1.4.2",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
)