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 2020/10/22 17:15:05 UTC

[mina-sshd] 09/10: Upgraded HTTP client version to 4.5.13

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 5ecc8497737f0a290a9476d7d64d3de2b4a7b427
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Oct 22 19:19:00 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 553b205..9437587 100644
--- a/pom.xml
+++ b/pom.xml
@@ -587,7 +587,7 @@
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>
-                <version>4.5.12</version>
+                <version>4.5.13</version>
                 <exclusions>
                     <exclusion>    <!-- we are using jcl-over-slf4j -->
                         <groupId>commons-logging</groupId>