File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 <cloudfoundry-client .version>5.16.0.RELEASE</cloudfoundry-client .version>
4040 <!-- reactor netty 1.3.x uses direct memory leading to OOM errors-->
4141 <reactor-netty .version>1.2.17</reactor-netty .version>
42+ <!-- Override Netty version to fix CVE-2026-42583 (Lz4FrameDecoder resource exhaustion) -->
43+ <netty .version>4.1.133.Final</netty .version>
4244 <swagger .version>1.6.16</swagger .version>
4345 <jclouds .version>2.7.0</jclouds .version>
4446 <guava .version>33.5.0-jre</guava .version>
291293 </dependencies >
292294 <dependencyManagement >
293295 <dependencies >
296+ <!-- Override Netty version to fix CVE-2026-42583 -->
297+ <dependency >
298+ <groupId >io.netty</groupId >
299+ <artifactId >netty-bom</artifactId >
300+ <version >${netty.version} </version >
301+ <type >pom</type >
302+ <scope >import</scope >
303+ </dependency >
294304 <dependency >
295305 <groupId >org.apache.commons</groupId >
296306 <artifactId >commons-compress</artifactId >
You can’t perform that action at this time.
0 commit comments