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:
scala-steward-asf[bot] 2024-04-28 09:28:04 +08:00 committed by GitHub
parent 51d6e09664
commit 098ab4a298
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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