You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2018/11/02 21:34:59 UTC

[GitHub] cjmctague closed pull request #1057: Update Dependency's that we build against

cjmctague closed pull request #1057: Update Dependency's that we build against
URL: https://github.com/apache/fluo/pull/1057
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/modules/cluster/pom.xml b/modules/cluster/pom.xml
index 197e412e..ad07ac19 100644
--- a/modules/cluster/pom.xml
+++ b/modules/cluster/pom.xml
@@ -48,7 +48,7 @@
     <dependency>
       <groupId>com.google.inject</groupId>
       <artifactId>guice</artifactId>
-      <version>4.0</version>
+      <version>4.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.accumulo</groupId>
diff --git a/modules/command/pom.xml b/modules/command/pom.xml
index 84f3348c..8e382ad3 100644
--- a/modules/command/pom.xml
+++ b/modules/command/pom.xml
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>com.google.inject</groupId>
       <artifactId>guice</artifactId>
-      <version>4.0</version>
+      <version>4.2.2</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
diff --git a/pom.xml b/pom.xml
index a230ecb6..c6ee249d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,14 +55,14 @@
   </issueManagement>
   <properties>
     <accumulo.version>2.0.0-alpha-1</accumulo.version>
-    <curator.version>2.12.0</curator.version>
+    <curator.version>4.0.1</curator.version>
     <dropwizard.version>0.8.1</dropwizard.version>
     <findbugs.maxRank>11</findbugs.maxRank>
-    <hadoop.version>3.0.2</hadoop.version>
-    <logback.version>1.1.3</logback.version>
+    <hadoop.version>3.1.1</hadoop.version>
+    <logback.version>1.2.3</logback.version>
     <releaseProfiles>fluo-release</releaseProfiles>
     <slf4j.version>1.7.12</slf4j.version>
-    <twill.version>0.6.0-incubating</twill.version>
+    <twill.version>0.13.0</twill.version>
     <zookeeper.version>3.4.8</zookeeper.version>
   </properties>
   <dependencyManagement>
@@ -80,22 +80,22 @@
       <dependency>
         <groupId>com.beust</groupId>
         <artifactId>jcommander</artifactId>
-        <version>1.32</version>
+        <version>1.72</version>
       </dependency>
       <dependency>
         <groupId>com.google.code.gson</groupId>
         <artifactId>gson</artifactId>
-        <version>2.8.0</version>
+        <version>2.8.5</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>26.0-jre</version>
+        <version>27.0-jre</version>
       </dependency>
       <dependency>
-        <groupId>commons-collections</groupId>
-        <artifactId>commons-collections</artifactId>
-        <version>3.2.1</version>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-collections4</artifactId>
+        <version>4.2</version>
       </dependency>
       <dependency>
         <groupId>commons-configuration</groupId>
@@ -105,7 +105,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.4</version>
+        <version>2.6</version>
       </dependency>
       <dependency>
         <groupId>io.dropwizard.metrics</groupId>
@@ -230,12 +230,12 @@
       <dependency>
         <groupId>org.easymock</groupId>
         <artifactId>easymock</artifactId>
-        <version>3.1</version>
+        <version>3.6</version>
       </dependency>
       <dependency>
         <groupId>org.hdrhistogram</groupId>
         <artifactId>HdrHistogram</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.10</version>
       </dependency>
       <dependency>
         <groupId>org.mpierce.metrics.reservoir</groupId>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services