Update commons-codec to 1.15 (#29653)

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
This commit is contained in:
Scala Steward 2020-09-24 09:49:30 +02:00 committed by GitHub
parent 78d81de709
commit 2c2cb4ecd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ object Dependencies {
object Test {
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % "test" // ApacheV2
val commonsIo = "commons-io" % "commons-io" % "2.8.0" % "test" // ApacheV2
val commonsCodec = "commons-codec" % "commons-codec" % "1.14" % "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