From 49233f5a9eca383191a32dbde8f72055624e6c1f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 19 Jul 2025 21:20:52 +0000 Subject: [PATCH] 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 dd71d3bb..7f81a661 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.20.0" val nuProcess = "com.zaxxer" % "nuprocess" % "2.0.6"