Skip to content

Commit

Permalink
Update commons-codec to 1.17.0 (#1300)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] committed Apr 28, 2024
1 parent 51d6e09 commit 098ab4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 098ab4a

Please sign in to comment.