Skip to content

Commit

Permalink
Bump to AHC 1.19.40 to support better SSL defaults
Browse files Browse the repository at this point in the history
AHC < 1.19.31 allows connection with SSLv2 and SSLv3. This removes support for those insecure
protocols by default.
  • Loading branch information
farmdawgnation committed Jul 3, 2017
1 parent 95bf870 commit 430f613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description :=
"Core Dispatch module wrapping sonatype/async-http-client"

libraryDependencies +=
"com.ning" % "async-http-client" % "1.9.11"
"com.ning" % "async-http-client" % "1.9.40"

Seq(lsSettings :_*)

Expand Down

0 comments on commit 430f613

Please sign in to comment.