Skip to content

Commit 4b61e94

Browse files
authored
chore: Update zookeeper to 3.8.4 (kserve#136)
This is to move away from CVE-2024-23944: information disclosure. Signed-off-by: Edgar Hernández <[email protected]>
1 parent d2ddb64 commit 4b61e94

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<bouncycastle-version>1.74</bouncycastle-version>
7878
<junit-version>5.10.1</junit-version>
7979

80-
<zookeeper-version>3.7.2</zookeeper-version>
80+
<zookeeper-version>3.8.4</zookeeper-version>
8181
<curator-version>5.3.0</curator-version>
8282

8383
<dockerhome>${project.build.directory}/dockerhome</dockerhome>
@@ -532,6 +532,12 @@
532532
<groupId>org.apache.zookeeper</groupId>
533533
<artifactId>zookeeper</artifactId>
534534
<version>${zookeeper-version}</version>
535+
<exclusions>
536+
<exclusion>
537+
<groupId>ch.qos.logback</groupId>
538+
<artifactId>logback-classic</artifactId>
539+
</exclusion>
540+
</exclusions>
535541
</dependency>
536542
<dependency>
537543
<groupId>org.apache.curator</groupId>

0 commit comments

Comments
 (0)