This is an automated email from the ASF dual-hosted git repository.

cjmctague pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo.git


The following commit(s) were added to refs/heads/master by this push:
     new e019c79  Update Dependency's that we build against (#1057)
e019c79 is described below

commit e019c79dafa2769b9e0d48ba1923d84702447922
Author: Christopher McTague <[email protected]>
AuthorDate: Fri Nov 2 17:34:58 2018 -0400

    Update Dependency's that we build against (#1057)
    
    - Update Curator
    - Update Jcommander
    - Update gson
    - Update Guava
    - Update Commons-io
    - Update HdrHistogram
    - Update hadoop
    - Update twill
    - Update easymock
    - Update logback
    - Update guice
    - Update commons-collections4
---
 modules/cluster/pom.xml |  2 +-
 modules/command/pom.xml |  2 +-
 pom.xml                 | 26 +++++++++++++-------------
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/modules/cluster/pom.xml b/modules/cluster/pom.xml
index 197e412..ad07ac1 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 84f3348..8e382ad 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 a230ecb..c6ee249 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>

Reply via email to