Update pom.xml

Upgrade org.apache.zookeeper:zookeeper to version 3.4.14 to avoid vulnerability
This commit is contained in:
fangpanpan 2019-08-29 17:44:13 +08:00 committed by GitHub
parent ca09fe908f
commit c36aa54257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@
<dependency> <dependency>
<groupId>org.apache.zookeeper</groupId> <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId> <artifactId>zookeeper</artifactId>
<version>3.4.6</version> <version>3.4.14</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>log4j</groupId> <groupId>log4j</groupId>