Skip to content

Commit 430f613

Browse files
Bump to AHC 1.19.40 to support better SSL defaults
AHC < 1.19.31 allows connection with SSLv2 and SSLv3. This removes support for those insecure protocols by default.
1 parent 95bf870 commit 430f613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description :=
44
"Core Dispatch module wrapping sonatype/async-http-client"
55

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

99
Seq(lsSettings :_*)
1010

0 commit comments

Comments
 (0)