We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff12558 commit de2543eCopy full SHA for de2543e
project/Dependencies.scala
@@ -98,7 +98,7 @@ object Dependencies {
98
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test // ApacheV2
99
100
val commonsIo = "commons-io" % "commons-io" % "2.18.0" % Test // ApacheV2
101
- val commonsCodec = "commons-codec" % "commons-codec" % "1.17.2" % Test // ApacheV2
+ val commonsCodec = "commons-codec" % "commons-codec" % "1.18.0" % Test // ApacheV2
102
val junit = "junit" % "junit" % junitVersion % "test" // Common Public License 1.0
103
val logback = Compile.logback % Test // EPL 1.0
104
0 commit comments