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 4ba641a36624ff05bf6281fd47c04b1c37efd8d8 Author: Kevin Risden <[email protected]> AuthorDate: Mon Jan 13 19:10:30 2020 -0500 KNOX-2165 - Upgrade httpcore to 4.4.13 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 0bc9234..f2ef859 100644 --- a/pom.xml +++ b/pom.xml @@ -194,7 +194,7 @@ <hamcrest.version>2.2</hamcrest.version> <hamcrest-json.version>0.2</hamcrest-json.version> <httpclient.version>4.5.10</httpclient.version> - <httpcore.version>4.4.12</httpcore.version> + <httpcore.version>4.4.13</httpcore.version> <j2e-pac4j.version>4.1.0</j2e-pac4j.version> <jackson.version>2.10.1</jackson.version> <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
