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 48fd5b5548f09775baa9f50e9c5246ff5ac4d132 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Wed Apr 8 00:12:51 2020 +0300 Upgraded Apache HttpClient version to 4.5.12 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a63ff17..c072bc0 100644 --- a/pom.xml +++ b/pom.xml @@ -585,7 +585,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.11</version> + <version>4.5.12</version> <exclusions> <exclusion> <!-- we are using jcl-over-slf4j --> <groupId>commons-logging</groupId>