Skip to content

Commit 2cf291c

Browse files
committed
Bumped akka-http version b/c of CVE-2018-16131
1 parent 3a1b456 commit 2cf291c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ libraryDependencies ++= Seq(
4949
"com.typesafe.akka" %% "akka-stream" % akkaVersion,
5050
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % Test,
5151
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion,
52-
"com.typesafe.akka" %% "akka-http" % "10.1.4"
52+
"com.typesafe.akka" %% "akka-http" % "10.1.5"
5353
)
5454

5555
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Runtime

0 commit comments

Comments
 (0)