Skip to content

Commit

Permalink
chore: Update zookeeper to 3.8.4 (#136)
Browse files Browse the repository at this point in the history
This is to move away from CVE-2024-23944: information disclosure.

Signed-off-by: Edgar Hernández <[email protected]>
  • Loading branch information
israel-hdez authored Mar 26, 2024
1 parent d2ddb64 commit 4b61e94
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<bouncycastle-version>1.74</bouncycastle-version>
<junit-version>5.10.1</junit-version>

<zookeeper-version>3.7.2</zookeeper-version>
<zookeeper-version>3.8.4</zookeeper-version>
<curator-version>5.3.0</curator-version>

<dockerhome>${project.build.directory}/dockerhome</dockerhome>
Expand Down Expand Up @@ -532,6 +532,12 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper-version}</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
Expand Down

0 comments on commit 4b61e94

Please sign in to comment.