Repository: knox Updated Branches: refs/heads/master 25227ae6f -> b31c15af0
KNOX-1166 - Upgrade HTTPClient due to Hostname Verification Bug Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/b31c15af Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/b31c15af Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/b31c15af Branch: refs/heads/master Commit: b31c15af017c3d0716a89513f4c772025c443ea4 Parents: 25227ae Author: Larry McCay <[email protected]> Authored: Tue May 22 21:26:11 2018 -0400 Committer: Larry McCay <[email protected]> Committed: Tue May 22 21:26:11 2018 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/b31c15af/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e0c5f4e..9ad2757 100644 --- a/pom.xml +++ b/pom.xml @@ -862,7 +862,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.3</version> + <version>4.5.4</version> </dependency> <dependency> <groupId>joda-time</groupId>
