Skip to content

Commit a48a8bf

Browse files
Update commons-codec to 1.20.0 (#436)
1 parent a5aeb1f commit a48a8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

akka-stream/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ libraryDependencies ++= Dependencies.shared.value ++ Seq(
4949
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVer.value % Test
5050
)
5151

52-
libraryDependencies += "commons-codec" % "commons-codec" % "1.19.0" % Test
52+
libraryDependencies += "commons-codec" % "commons-codec" % "1.20.0" % Test
5353

5454
// MiMa
5555
mimaBinaryIssueFilters ++= {

0 commit comments

Comments
 (0)