Skip to content

Commit de2543e

Browse files
bump: commons-codec 1.18.0 (was 1.17.2) (#32676)
1 parent ff12558 commit de2543e

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
@@ -98,7 +98,7 @@ object Dependencies {
9898
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test // ApacheV2
9999

100100
val commonsIo = "commons-io" % "commons-io" % "2.18.0" % Test // ApacheV2
101-
val commonsCodec = "commons-codec" % "commons-codec" % "1.17.2" % Test // ApacheV2
101+
val commonsCodec = "commons-codec" % "commons-codec" % "1.18.0" % Test // ApacheV2
102102
val junit = "junit" % "junit" % junitVersion % "test" // Common Public License 1.0
103103
val logback = Compile.logback % Test // EPL 1.0
104104

0 commit comments

Comments
 (0)