Skip to content

Commit

Permalink
Update Dependency's that we build against (#1057)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
cjmctague committed Nov 2, 2018
1 parent 99a8438 commit e019c79
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion modules/cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion modules/command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit e019c79

Please sign in to comment.