Skip to content

Commit 7026866

Browse files
committed
Zookeeper: Fix CVE-2025-24970
1 parent f5906ed commit 7026866

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
From 60f6980c40d9bdc3b9a447d68fd9c4c02da7d3de Mon Sep 17 00:00:00 2001
2+
From: Maxi Wittich <[email protected]>
3+
Date: Tue, 17 Jun 2025 16:53:38 +0200
4+
Subject: Bumping netty to 4.1.119.Final to fix CVE-2025-24970
5+
6+
---
7+
pom.xml | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/pom.xml b/pom.xml
11+
index 9c201245..4d725e5e 100644
12+
--- a/pom.xml
13+
+++ b/pom.xml
14+
@@ -559,7 +559,7 @@
15+
<mockito.version>4.9.0</mockito.version>
16+
<hamcrest.version>2.2</hamcrest.version>
17+
<commons-cli.version>1.5.0</commons-cli.version>
18+
- <netty.version>4.1.113.Final</netty.version>
19+
+ <netty.version>4.1.119.Final</netty.version>
20+
<jetty.version>9.4.57.v20241219</jetty.version>
21+
<jackson.version>2.15.2</jackson.version>
22+
<jline.version>2.14.6</jline.version>

0 commit comments

Comments
 (0)