NIFI-6733 updating zk to latest incremental

This commit is contained in:
Joe Witt 2019-10-28 12:40:03 -07:00
parent 5c69faf9bb
commit dda29cd90b
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
2 changed files with 2 additions and 2 deletions

View File

@ -592,7 +592,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.5.5</version>
<version>3.5.6</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>

View File

@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.5.5</version>
<version>3.5.6</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>