Repository: nifi-minifi
Updated Branches:
  refs/heads/master 7330d2ace -> 3125b00e2


MINIFI-435 - updated httpcomponents versions to match NiFi dependencies

This closes #113.

Signed-off-by: Aldrin Piri <ald...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi/commit/3125b00e
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi/tree/3125b00e
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi/diff/3125b00e

Branch: refs/heads/master
Commit: 3125b00e26bfb8e4d5c6811af8ee4975ccf840d7
Parents: 7330d2a
Author: Pierre Villard <pierre.villard...@gmail.com>
Authored: Sun Jan 28 12:06:39 2018 +0100
Committer: Aldrin Piri <ald...@apache.org>
Committed: Fri Feb 2 11:04:47 2018 -0500

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/3125b00e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e46e19e..72437d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -598,7 +598,7 @@ limitations under the License.
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpcore</artifactId>
-                <version>4.4.1</version>
+                <version>4.4.4</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
@@ -707,7 +707,7 @@ limitations under the License.
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>
-                <version>4.4.1</version>
+                <version>4.5.3</version>
             </dependency>
             <dependency>
                 <groupId>javax.mail</groupId>

Reply via email to