Skip to content

Commit 736ce24

Browse files
committed
Update commons-codec to 1.21.0
1 parent c80506c commit 736ce24

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
@@ -115,7 +115,7 @@ object Dependencies {
115115

116116
object TestDependencies {
117117
val commonsIo = "commons-io" % "commons-io" % "2.21.0" % Test
118-
val commonsCodec = "commons-codec" % "commons-codec" % "1.20.0" % Test
118+
val commonsCodec = "commons-codec" % "commons-codec" % "1.21.0" % Test
119119
val junit = "junit" % "junit" % junitVersion % Test
120120
val junit6 = "org.junit.jupiter" % "junit-jupiter-engine" % junit6Version % Test
121121
val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" % Test

0 commit comments

Comments
 (0)