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 424b90e6e Update commons-io to 2.15.0
424b90e6e is described below
commit 424b90e6e562024f38abdb1662b491437e5b7f8f
Author: Scala Steward <[email protected]>
AuthorDate: Thu Oct 26 13:22:31 2023 +0000
Update commons-io to 2.15.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index cae2082dc..f2b210ce1 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.14.0",
+ "commons-io" % "commons-io" % "2.15.0",
"com.typesafe" % "config" % "1.4.3",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
)