Update commons-codec to 1.17.1 (#1404)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
parent
516b1b4521
commit
cd55767e14
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ object Dependencies {
|
|||
val bcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % bouncyCastleVersion % Test
|
||||
val bcutil = "org.bouncycastle" % "bcutil-jdk18on" % bouncyCastleVersion % Test
|
||||
val commonsIo = "commons-io" % "commons-io" % "2.16.1" % Test
|
||||
val commonsCodec = "commons-codec" % "commons-codec" % "1.17.0" % Test
|
||||
val commonsCodec = "commons-codec" % "commons-codec" % "1.17.1" % Test
|
||||
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.26.2" % Test
|
||||
val guava = "com.google.guava" % "guava" % "33.2.1-jre" % Test
|
||||
val junit = "junit" % "junit" % junitVersion % Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue