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 fd5d0bd21d3dc77ba4f27ce5e1e9871ead793401
Author: Lyor Goldstein <lgoldst...@apache.org>
AuthorDate: Sun Feb 2 19:15:12 2020 +0200

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

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

Reply via email to