Update commons-codec to 1.16.0 (#724)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
This commit is contained in:
parent
2615e358c1
commit
49f2f07dcb
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ object Dependencies {
|
|||
val bcpkix = "org.bouncycastle" % "bcpkix-jdk15on" % "1.70" % Test
|
||||
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test
|
||||
val commonsIo = "commons-io" % "commons-io" % "2.14.0" % Test
|
||||
val commonsCodec = "commons-codec" % "commons-codec" % "1.15" % Test
|
||||
val commonsCodec = "commons-codec" % "commons-codec" % "1.16.0" % Test
|
||||
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.24.0" % Test
|
||||
val junit = "junit" % "junit" % junitVersion % Test
|
||||
val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" % Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue