Skip to content

Commit

Permalink
Update Curator, ZK to latest stable versions. (apache#3461)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianm authored and b-slim committed Sep 16, 2016
1 parent d981a2a commit 76fcbd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<properties>
<metamx.java-util.version>0.27.10</metamx.java-util.version>
<apache.curator.version>2.10.0</apache.curator.version>
<apache.curator.version>2.11.0</apache.curator.version>
<guice.version>4.1.0</guice.version>
<jetty.version>9.2.5.v20141112</jetty.version>
<jersey.version>1.19</jersey.version>
Expand Down Expand Up @@ -217,7 +217,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.4.8</version>
<version>3.4.9</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 76fcbd8

Please sign in to comment.