This is an automated email from the ASF dual-hosted git repository. nixon pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/atlas.git
commit 1518c04f07e46a829bed4d2dce948b4df87a93c9 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]> (cherry picked from commit 337575c81b993e2cdcd6dc462dcf614940c783c2) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9bb5fd6..0ab8946 100644 --- a/pom.xml +++ b/pom.xml @@ -1573,7 +1573,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.3</version> + <version>4.5.4</version> </dependency> <dependency>
