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 c62bc775cb0e0e92e3a772e6c787133a526d4db5 Author: Lyor Goldstein <[email protected]> AuthorDate: Sun Mar 17 19:05:04 2019 +0200 Upgraded Http client version to 4.5.7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bdcee95..a7bf3e9 100644 --- a/pom.xml +++ b/pom.xml @@ -571,7 +571,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.6</version> + <version>4.5.7</version> <exclusions> <exclusion> <!-- we are using jcl-over-slf4j --> <groupId>commons-logging</groupId>
