You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sm...@apache.org on 2016/05/30 03:48:59 UTC

mahout git commit: MAHOUT-1867: upgrade 3rd party jars prior to next release

Repository: mahout
Updated Branches:
  refs/heads/master 8f4ee88fb -> 0381deb70


MAHOUT-1867: upgrade 3rd party jars prior to next release


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/0381deb7
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/0381deb7
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/0381deb7

Branch: refs/heads/master
Commit: 0381deb707d206a7ad9c09381306a55ba143f648
Parents: 8f4ee88
Author: smarthi <sm...@apache.org>
Authored: Sun May 29 23:49:08 2016 -0400
Committer: smarthi <sm...@apache.org>
Committed: Sun May 29 23:49:08 2016 -0400

----------------------------------------------------------------------
 math/pom.xml | 2 +-
 pom.xml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/0381deb7/math/pom.xml
----------------------------------------------------------------------
diff --git a/math/pom.xml b/math/pom.xml
index 4ec6943..440e6c1 100644
--- a/math/pom.xml
+++ b/math/pom.xml
@@ -148,7 +148,7 @@
     <dependency>
        <groupId>it.unimi.dsi</groupId>
        <artifactId>fastutil</artifactId>
-       <version>7.0.11</version>
+       <version>7.0.12</version>
     </dependency>
 
     <dependency>

http://git-wip-us.apache.org/repos/asf/mahout/blob/0381deb7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4239803..e9b60ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
     <spark.version>1.5.2</spark.version>
     <flink.version>1.0.3</flink.version>
     <h2o.version>0.1.25</h2o.version>
-    <jackson.version>2.7.2</jackson.version>
+    <jackson.version>2.7.4</jackson.version>
   </properties>
   <issueManagement>
     <system>Jira</system>