From 5662ec21dc489f9c92ec5cc5d1218a11a26b20ef Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:37:16 +0100 Subject: [PATCH] Update commons-io to 2.15.0 (#767) 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 fc2c6f6e098..8affa4d09ac 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -134,7 +134,7 @@ object Dependencies { object TestDependencies { val bcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % "1.76" % Test val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test - val commonsIo = "commons-io" % "commons-io" % "2.14.0" % Test + val commonsIo = "commons-io" % "commons-io" % "2.15.0" % Test val commonsCodec = "commons-codec" % "commons-codec" % "1.16.0" % Test val commonsCompress = "org.apache.commons" % "commons-compress" % "1.24.0" % Test val junit = "junit" % "junit" % junitVersion % Test