Upgraded Apache HTTP client components version to 4.5.6 + 4.4.10
Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/1a375d83 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/1a375d83 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/1a375d83 Branch: refs/heads/master Commit: 1a375d83967dbad1a143dc35a891a6a150b70d8c Parents: ebb4ce0 Author: Goldstein Lyor <[email protected]> Authored: Wed Aug 22 11:40:34 2018 +0300 Committer: Goldstein Lyor <[email protected]> Committed: Wed Aug 22 12:53:33 2018 +0300 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/1a375d83/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b737549..e047b16 100644 --- a/pom.xml +++ b/pom.xml @@ -510,7 +510,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.5</version> + <version>4.5.6</version> <exclusions> <exclusion> <!-- we are using jcl-over-slf4j --> <groupId>commons-logging</groupId> @@ -521,7 +521,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>4.4.9</version> + <version>4.4.10</version> </dependency> <dependency> <groupId>ch.ethz.ganymed</groupId>
