diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 411258110a..308eb574be 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -122,7 +122,7 @@ object Dependencies { object TestDependencies { val commonsIo = "commons-io" % "commons-io" % "2.18.0" % Test - val commonsCodec = "commons-codec" % "commons-codec" % "1.17.2" % Test + val commonsCodec = "commons-codec" % "commons-codec" % "1.18.0" % Test val junit = "junit" % "junit" % junitVersion % Test val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" % junit5Version % Test val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" % Test