Skip to content

Commit 8cb02a7

Browse files
authored
Bump spring to 6.2.19, netty to 4.1.135.Final (#1858)
1 parent caab326 commit 8cb02a7

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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>
@@ -40,7 +40,7 @@
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>
@@ -301,6 +301,13 @@
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>

0 commit comments

Comments
 (0)