Update commons-io to 2.10.0 (#30377)

This commit is contained in:
Scala Steward 2021-07-12 15:27:43 +02:00 committed by GitHub
parent bfbcef13de
commit 36f1a2bafe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ object Dependencies {
object Test { object Test {
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % "test" // ApacheV2 val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % "test" // ApacheV2
val commonsIo = "commons-io" % "commons-io" % "2.8.0" % "test" // ApacheV2 val commonsIo = "commons-io" % "commons-io" % "2.10.0" % "test" // ApacheV2
val commonsCodec = "commons-codec" % "commons-codec" % "1.15" % "test" // ApacheV2 val commonsCodec = "commons-codec" % "commons-codec" % "1.15" % "test" // ApacheV2
val junit = "junit" % "junit" % junitVersion % "test" // Common Public License 1.0 val junit = "junit" % "junit" % junitVersion % "test" // Common Public License 1.0
val logback = Compile.logback % "test" // EPL 1.0 val logback = Compile.logback % "test" // EPL 1.0