This is an automated email from the ASF dual-hosted git repository. nixon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/atlas.git
commit 337575c81b993e2cdcd6dc462dcf614940c783c2 Author: nixonrodrigues <[email protected]> AuthorDate: Tue Jun 30 18:06:07 2020 +0530 ATLAS-3869 Upgrade httpclient from 4.5.3 to 4.5.4 Signed-off-by: nixonrodrigues <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 115e0e1..5e0442a 100644 --- a/pom.xml +++ b/pom.xml @@ -1574,7 +1574,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.3</version> + <version>4.5.4</version> </dependency> <dependency>
