From 36f1a2bafedda5d7db28481bfa1ad9a50c33743e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 12 Jul 2021 15:27:43 +0200 Subject: [PATCH] Update commons-io to 2.10.0 (#30377) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9cd4f379d2..464a8732bd 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -136,7 +136,7 @@ object Dependencies { object Test { val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % "test" // ApacheV2 - val commonsIo = "commons-io" % "commons-io" % "2.8.0" % "test" // ApacheV2 + val commonsIo = "commons-io" % "commons-io" % "2.10.0" % "test" // ApacheV2 val commonsCodec = "commons-codec" % "commons-codec" % "1.15" % "test" // ApacheV2 val junit = "junit" % "junit" % junitVersion % "test" // Common Public License 1.0 val logback = Compile.logback % "test" // EPL 1.0