From 3734529e5cbef72316b51b55baa4dae833e34c10 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sun, 8 Mar 2020 09:08:37 +0900 Subject: [PATCH] Update httpclient to 4.5.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eb994c09c..8d1014df9 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ libraryDependencies ++= Seq( "org.apache.commons" % "commons-compress" % "1.20", "org.apache.commons" % "commons-email" % "1.5", "commons-net" % "commons-net" % "3.6", - "org.apache.httpcomponents" % "httpclient" % "4.5.11", + "org.apache.httpcomponents" % "httpclient" % "4.5.12", "org.apache.sshd" % "apache-sshd" % "2.1.0" exclude ("org.slf4j", "slf4j-jdk14") exclude ("org.apache.sshd", "sshd-mina") exclude ("org.apache.sshd", "sshd-netty"), "org.apache.tika" % "tika-core" % "1.23", "com.github.takezoe" %% "blocking-slick-32" % "0.0.12",