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/09/15 16:09:37 UTC

[mina-sshd] 05/08: Updated Apache HTTP client version to 4.5.10

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 c4dd27740c3d694fe512a624ca0fe0e376a9aab6
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Mon Sep 9 13:25:24 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index da08859..44eb257 100644
--- a/pom.xml
+++ b/pom.xml
@@ -571,7 +571,7 @@
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>
-                <version>4.5.9</version>
+                <version>4.5.10</version>
                 <exclusions>
                     <exclusion>    <!-- we are using jcl-over-slf4j -->
                         <groupId>commons-logging</groupId>