Skip to content

Commit

Permalink
Update commons-codec to 1.17.0 (#360)
Browse files Browse the repository at this point in the history
Co-authored-by: Cédric Chantepie <cchantep@users.noreply.github.com>
  • Loading branch information
scala-steward and cchantep committed May 20, 2024
1 parent bba9d0d commit 7108e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akka-stream/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ libraryDependencies ++= Dependencies.shared.value ++ Seq(
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVer.value % Test
)

libraryDependencies += "commons-codec" % "commons-codec" % "1.16.1" % Test
libraryDependencies += "commons-codec" % "commons-codec" % "1.17.0" % Test

// MiMa
mimaBinaryIssueFilters ++= {
Expand Down

0 comments on commit 7108e19

Please sign in to comment.