From 2c2cb4ecd5cc1d5f129e1565b33bdfa30e461785 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 24 Sep 2020 09:49:30 +0200 Subject: [PATCH] Update commons-codec to 1.15 (#29653) Co-authored-by: Arnout Engelen --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 720b435d85..8099ab8744 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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