We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7660ab0 + 205d44d commit 3f7dba5Copy full SHA for 3f7dba5
1 file changed
calm-hub/pom.xml
@@ -27,9 +27,11 @@
27
<dependency>
28
<groupId>io.netty</groupId>
29
<artifactId>netty-bom</artifactId>
30
- <!-- Force patched Netty version to mitigate CVE-2025-58057 (affecting
31
- 4.1.124.Final) -->
32
- <version>4.2.12.Final</version>
+ <!-- Force patched Netty 4.1 version to mitigate CVE-2025-58057 and
+ CVE-2026-33870/CVE-2026-33871 (affecting <=4.1.131.Final).
+ Must stay on 4.1.x — Quarkus 3.x applies a CleanerJava9 bytecode
33
+ transformation incompatible with Netty 4.2 (see quarkusio/quarkus#53309). -->
34
+ <version>4.1.132.Final</version>
35
<type>pom</type>
36
<scope>import</scope>
37
</dependency>
0 commit comments