From 85a2b0f470ec5e83ac81107667ccb47bcca554e9 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 7 Jul 2020 15:45:35 +0200 Subject: [PATCH] Update commons-io to 2.7 (#29303) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d1f684c0d8..2abf1c2082 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -104,7 +104,7 @@ object Dependencies { object Test { val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % "test" // ApacheV2 - val commonsIo = "commons-io" % "commons-io" % "2.6" % "test" // ApacheV2 + val commonsIo = "commons-io" % "commons-io" % "2.7" % "test" // ApacheV2 val commonsCodec = "commons-codec" % "commons-codec" % "1.14" % "test" // ApacheV2 val junit = "junit" % "junit" % junitVersion % "test" // Common Public License 1.0 val logback = Compile.logback % "test" // EPL 1.0