Skip to content

Commit b731dfd

Browse files
Update commons-codec to 1.18.0 (#1750)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent 919d9c9 commit b731dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ object Dependencies {
122122

123123
object TestDependencies {
124124
val commonsIo = "commons-io" % "commons-io" % "2.18.0" % Test
125-
val commonsCodec = "commons-codec" % "commons-codec" % "1.17.2" % Test
125+
val commonsCodec = "commons-codec" % "commons-codec" % "1.18.0" % Test
126126
val junit = "junit" % "junit" % junitVersion % Test
127127
val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" % junit5Version % Test
128128
val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" % Test

0 commit comments

Comments
 (0)