You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/05/28 21:43:07 UTC

[31/50] [abbrv] incubator-usergrid git commit: upgrade httpclient to v 4.4.1

upgrade httpclient to v 4.4.1

Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/71e67da9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/71e67da9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/71e67da9

Branch: refs/heads/two-dot-o-dev
Commit: 71e67da919ed663f67154d1a847e0da5fb34aa5e
Parents: c3585c0
Author: Jan Moritz Lindemann <12...@supinfo.com>
Authored: Sun Apr 26 17:02:52 2015 -0400
Committer: Jan Moritz Lindemann <12...@supinfo.com>
Committed: Sun Apr 26 17:02:52 2015 -0400

----------------------------------------------------------------------
 stack/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/71e67da9/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index dddc240..4f50779 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -233,7 +233,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.1.3</version>
+        <version>4.4.1</version>
         <exclusions>
           <exclusion>
             <groupId>commons-codec</groupId>