Update commons-io to 2.14.0 (#725)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
scala-steward-asf[bot] 2023-10-15 02:29:00 +01:00 committed by GitHub
parent 21bb4dde07
commit 69e192b5d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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