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 <lgoldst...@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>