Skip to content

Commit 17f7161

Browse files
Update commons-codec to 1.17.2 (#1703)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent b160861 commit 17f7161

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
@@ -120,7 +120,7 @@ object Dependencies {
120120

121121
object TestDependencies {
122122
val commonsIo = "commons-io" % "commons-io" % "2.18.0" % Test
123-
val commonsCodec = "commons-codec" % "commons-codec" % "1.17.1" % Test
123+
val commonsCodec = "commons-codec" % "commons-codec" % "1.17.2" % Test
124124
val junit = "junit" % "junit" % junitVersion % Test
125125
val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" % junit5Version % Test
126126
val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" % Test

0 commit comments

Comments
 (0)