This is an automated email from the ASF dual-hosted git repository. krisden pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/knox.git
commit 9e2b7a983f17ed543e8ee0093efaa6b97c3f589f Author: Kevin Risden <[email protected]> AuthorDate: Fri Jan 24 10:33:25 2020 -0500 KNOX-2192 - Upgrade httpclient to 4.5.11 Signed-off-by: Kevin Risden <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 36c2c86..4f8cc0a 100644 --- a/pom.xml +++ b/pom.xml @@ -195,7 +195,7 @@ <hadoop.version>3.2.1</hadoop.version> <hamcrest.version>2.2</hamcrest.version> <hamcrest-json.version>0.2</hamcrest-json.version> - <httpclient.version>4.5.10</httpclient.version> + <httpclient.version>4.5.11</httpclient.version> <httpcore.version>4.4.13</httpcore.version> <j2e-pac4j.version>4.1.0</j2e-pac4j.version> <jackson.version>2.10.2</jackson.version>
