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 a5aeb1f commit a48a8bfCopy full SHA for a48a8bf
akka-stream/build.sbt
@@ -49,7 +49,7 @@ libraryDependencies ++= Dependencies.shared.value ++ Seq(
49
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVer.value % Test
50
)
51
52
-libraryDependencies += "commons-codec" % "commons-codec" % "1.19.0" % Test
+libraryDependencies += "commons-codec" % "commons-codec" % "1.20.0" % Test
53
54
// MiMa
55
mimaBinaryIssueFilters ++= {
0 commit comments