Skip to content

Commit cd55767

Browse files
Update commons-codec to 1.17.1 (#1404)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent 516b1b4 commit cd55767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ object Dependencies {
123123
val bcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % bouncyCastleVersion % Test
124124
val bcutil = "org.bouncycastle" % "bcutil-jdk18on" % bouncyCastleVersion % Test
125125
val commonsIo = "commons-io" % "commons-io" % "2.16.1" % Test
126-
val commonsCodec = "commons-codec" % "commons-codec" % "1.17.0" % Test
126+
val commonsCodec = "commons-codec" % "commons-codec" % "1.17.1" % Test
127127
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.26.2" % Test
128128
val guava = "com.google.guava" % "guava" % "33.2.1-jre" % Test
129129
val junit = "junit" % "junit" % junitVersion % Test

0 commit comments

Comments
 (0)