From 430f6130d27c37dab07fde642b82138443578934 Mon Sep 17 00:00:00 2001 From: Matt Farmer Date: Mon, 3 Jul 2017 18:30:36 -0400 Subject: [PATCH] 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. --- core/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.sbt b/core/build.sbt index de8206bc..b0fb705d 100644 --- a/core/build.sbt +++ b/core/build.sbt @@ -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 :_*)