Skip to content

Commit

Permalink
Update zookeeper version to fix common vulnerabilities and exposures
Browse files Browse the repository at this point in the history
  • Loading branch information
bibith4 committed Jan 21, 2025
1 parent ef03de0 commit b819bf6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1936,7 +1936,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.4.14</version>
<version>3.9.3</version>
<exclusions>
<exclusion>
<artifactId>jline</artifactId>
Expand All @@ -1950,6 +1950,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit b819bf6

Please sign in to comment.