We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919d9c9 commit b731dfdCopy full SHA for b731dfd
1 file changed
project/Dependencies.scala
@@ -122,7 +122,7 @@ object Dependencies {
122
123
object TestDependencies {
124
val commonsIo = "commons-io" % "commons-io" % "2.18.0" % Test
125
- val commonsCodec = "commons-codec" % "commons-codec" % "1.17.2" % Test
+ val commonsCodec = "commons-codec" % "commons-codec" % "1.18.0" % Test
126
val junit = "junit" % "junit" % junitVersion % Test
127
val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" % junit5Version % Test
128
val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" % Test
0 commit comments