Skip to content

Commit

Permalink
chore: Update zookeeper to 3.8.4
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 committed Mar 22, 2024
1 parent d2ddb64 commit 8c020c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
<thrift-version>0.19.0</thrift-version>
<eclipse-collections-version>11.1.0</eclipse-collections-version>
<log4j2-version>2.21.1</log4j2-version>
<slf4j-version>1.7.36</slf4j-version>
<slf4j-version>2.0.12</slf4j-version>
<!-- Care must be taken when updating the prometheus client lib version
since we have some custom optimized extensions to this -->
<prometheus-version>0.9.0</prometheus-version>
<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

0 comments on commit 8c020c2

Please sign in to comment.