diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b962a258dc7..f9e874f17a1 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -134,7 +134,7 @@ object Dependencies { object TestDependencies { val bcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % "1.77" % Test val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test - val commonsIo = "commons-io" % "commons-io" % "2.15.0" % Test + val commonsIo = "commons-io" % "commons-io" % "2.15.1" % Test val commonsCodec = "commons-codec" % "commons-codec" % "1.16.0" % Test val commonsCompress = "org.apache.commons" % "commons-compress" % "1.25.0" % Test val junit = "junit" % "junit" % junitVersion % Test