Skip to content

Commit 3f7dba5

Browse files
Merge pull request #2298 from jpgough-ms/byte-buf
fix(calm-hub): downgrade Netty BOM to 4.1.132.Final to fix CleanerJav…
2 parents 7660ab0 + 205d44d commit 3f7dba5

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

calm-hub/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@
2727
<dependency>
2828
<groupId>io.netty</groupId>
2929
<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>
30+
<!-- Force patched Netty 4.1 version to mitigate CVE-2025-58057 and
31+
CVE-2026-33870/CVE-2026-33871 (affecting <=4.1.131.Final).
32+
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>
3335
<type>pom</type>
3436
<scope>import</scope>
3537
</dependency>

0 commit comments

Comments
 (0)