From 6506780d8b6d59c48c2c03f37fc3904e6b338cf1 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 00:14:26 +0000 Subject: [PATCH] Update commons-io to 2.17.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bea40520..040baf05 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -61,7 +61,7 @@ object Dependencies { "com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion % Test, "com.fasterxml.jackson.core" % "jackson-annotations" % jacksonVersion % Test, "com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion % Test, - "commons-io" % "commons-io" % "2.16.1" % Test, + "commons-io" % "commons-io" % "2.17.0" % Test, "commons-fileupload" % "commons-fileupload" % "1.5" % Test, "com.jayway.jsonpath" % "json-path" % "2.9.0" % Test)