From 4c491e40c7938c6ee0ebd0a8d10e5bb531aa81e9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 Jan 2021 08:02:34 +0100 Subject: [PATCH] Update httpclient to 4.5.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dbf13b5df..652c5ad71 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.7.2", - "org.apache.httpcomponents" % "httpclient" % "4.5.12", + "org.apache.httpcomponents" % "httpclient" % "4.5.13", "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.24.1", "com.github.takezoe" %% "blocking-slick-32" % "0.0.12",