You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2019/04/02 16:14:00 UTC

[mina-sshd] 02/03: Upgraded Apache HTTP components client version to 4.5.8

This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit d99b0938c772727f4259fb88f1aab4bb03419ee1
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Apr 2 16:58:28 2019 +0300

    Upgraded Apache HTTP components client version to 4.5.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 77d6206..22e7b62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -571,7 +571,7 @@
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>
-                <version>4.5.7</version>
+                <version>4.5.8</version>
                 <exclusions>
                     <exclusion>    <!-- we are using jcl-over-slf4j -->
                         <groupId>commons-logging</groupId>