Update commons-codec to 1.17.0 (#1300)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
parent
51d6e09664
commit
098ab4a298
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ object Dependencies {
|
|||
|
||||
object TestDependencies {
|
||||
val commonsIo = "commons-io" % "commons-io" % "2.16.1" % Test
|
||||
val commonsCodec = "commons-codec" % "commons-codec" % "1.16.1" % Test
|
||||
val commonsCodec = "commons-codec" % "commons-codec" % "1.17.0" % Test
|
||||
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.26.1" % Test
|
||||
val guava = "com.google.guava" % "guava" % "33.1.0-jre" % Test
|
||||
val junit = "junit" % "junit" % junitVersion % Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue