Update pom.xml
Upgrade org.apache.zookeeper:zookeeper to version 3.4.14 to avoid vulnerability
This commit is contained in:
parent
ca09fe908f
commit
c36aa54257
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue