From 69e192b5d46c29fcbf86c3f19f7865663283c078 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 02:29:00 +0100 Subject: [PATCH] Update commons-io to 2.14.0 (#725) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8b42752acd..8de9e96938 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -135,7 +135,7 @@ object Dependencies { object TestDependencies { val bcpkix = "org.bouncycastle" % "bcpkix-jdk15on" % "1.70" % Test val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test - val commonsIo = "commons-io" % "commons-io" % "2.11.0" % Test + val commonsIo = "commons-io" % "commons-io" % "2.14.0" % Test val commonsCodec = "commons-codec" % "commons-codec" % "1.15" % Test val commonsCompress = "org.apache.commons" % "commons-compress" % "1.24.0" % Test val junit = "junit" % "junit" % junitVersion % Test