From 50b9c00d4771a3492a9d3cde1ad441d474f6a44f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Nov 2024 02:32:34 +0000 Subject: [PATCH] Update commons-io to 2.18.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index dd71d3bb..822f2db9 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -16,7 +16,7 @@ object Dependencies { ) val commonsCodec = "commons-codec" % "commons-codec" % "1.17.1" - val commonsIO = "commons-io" % "commons-io" % "2.15.1" + val commonsIO = "commons-io" % "commons-io" % "2.18.0" val nuProcess = "com.zaxxer" % "nuprocess" % "2.0.6"