Skip to content

Commit 2acb291

Browse files
committed
Upgrade to netty 4.1.126.Final
Fixes a couple of high-prio CVEs CVE-2025-58057 and CVE-2025-58056 in netty-codec-http, which we use for the metrics endpoint. Signed-off-by: Robert Young <robertyoungnz@gmail.com>
1 parent 70b0f09 commit 2acb291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<log4j.version>2.25.1</log4j.version>
5151
<caffeine.version>3.2.2</caffeine.version>
5252
<picocli.version>4.7.7</picocli.version>
53-
<netty.version>4.1.123.Final</netty.version>
53+
<netty.version>4.1.126.Final</netty.version>
5454
<netty.io_uring.version>0.0.26.Final</netty.io_uring.version>
5555
<netty.epoll.classifier>linux-x86_64</netty.epoll.classifier>
5656
<netty.io_uring.classifier>linux-x86_64</netty.io_uring.classifier>

0 commit comments

Comments
 (0)