Update commons-codec to 1.14 (#28445)

This commit is contained in:
Scala Steward 2020-01-07 10:11:35 +01:00 committed by Arnout Engelen
parent e3cb631388
commit 290a6137e0

View file

@ -109,7 +109,7 @@ object Dependencies {
object Test {
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % "test" // ApacheV2
val commonsIo = "commons-io" % "commons-io" % "2.6" % "test" // ApacheV2
val commonsCodec = "commons-codec" % "commons-codec" % "1.13" % "test" // ApacheV2
val commonsCodec = "commons-codec" % "commons-codec" % "1.14" % "test" // ApacheV2
val junit = "junit" % "junit" % junitVersion % "test" // Common Public License 1.0
val logback = Compile.logback % "test" // EPL 1.0
val mockito = "org.mockito" % "mockito-core" % "3.2.4" % "test" // MIT