Repository: apex-malhar Updated Branches: refs/heads/master 8e926949e -> 513e9e2d4
APEXMALHAR-2469 Upgrade org.apache.httpcomponents.httpclient (this closes #553) Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/513e9e2d Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/513e9e2d Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/513e9e2d Branch: refs/heads/master Commit: 513e9e2d471a792c72f8e2f115fa86f450c267e2 Parents: 8e92694 Author: Vlad Rozov <[email protected]> Authored: Sat Apr 1 08:38:13 2017 -0700 Committer: Vlad Rozov <[email protected]> Committed: Sat Apr 1 08:43:32 2017 -0700 ---------------------------------------------------------------------- contrib/pom.xml | 3 +-- examples/mrmonitor/pom.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/513e9e2d/contrib/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/pom.xml b/contrib/pom.xml index 6afc90a..893ec2d 100755 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -604,10 +604,9 @@ <optional>true</optional> </dependency> <dependency> - <!-- Kinesis depends on HttpPatch which requires httpclient 4.3.5 --> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.3.5</version> + <version>4.3.6</version> <optional>true</optional> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/513e9e2d/examples/mrmonitor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/mrmonitor/pom.xml b/examples/mrmonitor/pom.xml index d6982c0..7dc3080 100644 --- a/examples/mrmonitor/pom.xml +++ b/examples/mrmonitor/pom.xml @@ -56,7 +56,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.3.5</version> + <version>4.3.6</version> <type>jar</type> </dependency> </dependencies>
