From e297b8cffa285ff318b26ddf85ad53e544ad770b Mon Sep 17 00:00:00 2001 From: "scala-steward-codacy[bot]" <125902487+scala-steward-codacy[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:39:31 +0000 Subject: [PATCH] Update commons-io to 2.20.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 21c4b1d..7616dba 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ resolvers ~= { _.filterNot(_.name.toLowerCase.contains("codacy")) } libraryDependencies ++= Seq( "org.apache.httpcomponents" % "httpclient" % "4.4", "com.google.code.gson" % "gson" % "2.3.1", - "commons-io" % "commons-io" % "2.4", + "commons-io" % "commons-io" % "2.20.0", "junit" % "junit" % "4.11" % Test, "com.novocode" % "junit-interface" % "0.11" % Test )