Skip to content

Commit

Permalink
Fix/upgrade zk (#92)
Browse files Browse the repository at this point in the history
* (feat) try to minimize flush operations as much as possible

* (feat) 1.3.1-SNAPSHOT

* (feat) upgrade zk to 3.4.14
  • Loading branch information
fengjiachun authored Jun 1, 2019
1 parent 02b000a commit 6165b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<junit.version>4.12</junit.version>
<hamcrest.version>1.3</hamcrest.version>
<curator.version>2.9.1</curator.version>
<zookeeper.version>3.4.6</zookeeper.version>
<zookeeper.version>3.4.14</zookeeper.version>
<opentracing.version>0.31.0</opentracing.version>
<spring-framework.version>4.3.0.RELEASE</spring-framework.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 6165b34

Please sign in to comment.