Update commons-io to 2.11.0 (#30505)
This commit is contained in:
parent
086974b91f
commit
49427f97ca
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ object Dependencies {
|
|||
|
||||
object Test {
|
||||
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % "test" // ApacheV2
|
||||
val commonsIo = "commons-io" % "commons-io" % "2.10.0" % "test" // ApacheV2
|
||||
val commonsIo = "commons-io" % "commons-io" % "2.11.0" % "test" // ApacheV2
|
||||
val commonsCodec = "commons-codec" % "commons-codec" % "1.15" % "test" // ApacheV2
|
||||
val junit = "junit" % "junit" % junitVersion % "test" // Common Public License 1.0
|
||||
val logback = Compile.logback % "test" // EPL 1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue