File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 <httpcore .version>5.4.2</httpcore .version>
2929 <eclipselink .version>4.0.9</eclipselink .version>
3030 <flowable .version>7.2.0</flowable .version>
31- <spring .version>6.2.18 </spring .version>
31+ <spring .version>6.2.19 </spring .version>
3232 <spring-security .version>6.5.10</spring-security .version>
3333 <hikari .version>7.0.2</hikari .version>
3434 <jackson-annotations .version>2.21</jackson-annotations .version>
4040 <!-- reactor netty 1.3.x uses direct memory leading to OOM errors-->
4141 <reactor-netty .version>1.2.17</reactor-netty .version>
4242 <!-- Override Netty version to fix CVE-2026-42583 (Lz4FrameDecoder resource exhaustion) -->
43- <netty .version>4.1.133 .Final</netty .version>
43+ <netty .version>4.1.135 .Final</netty .version>
4444 <swagger .version>1.6.16</swagger .version>
4545 <jclouds .version>2.7.0</jclouds .version>
4646 <guava .version>33.5.0-jre</guava .version>
301301 <type >pom</type >
302302 <scope >import</scope >
303303 </dependency >
304+ <dependency >
305+ <groupId >io.netty</groupId >
306+ <artifactId >netty-bom</artifactId >
307+ <version >${netty.version} </version >
308+ <type >pom</type >
309+ <scope >import</scope >
310+ </dependency >
304311 <dependency >
305312 <groupId >org.apache.commons</groupId >
306313 <artifactId >commons-compress</artifactId >
You can’t perform that action at this time.
0 commit comments