Skip to content

Commit 96dcb46

Browse files
bastianschafferLucas0T
authored andcommitted
Update Netty Codec Version
Fixes: #497
1 parent 77fff4f commit 96dcb46

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@
8888
<version>3.18.0</version>
8989
</dependency>
9090

91+
<!-- Overriding reactor netty that comes from spring-boot-starter-webflux and causes a vulnerability in the older version -->
92+
<dependency>
93+
<groupId>io.netty</groupId>
94+
<artifactId>netty-codec-http</artifactId>
95+
<version>4.2.6.Final</version>
96+
</dependency>
97+
9198
<dependency>
9299
<groupId>jakarta.validation</groupId>
93100
<artifactId>jakarta.validation-api</artifactId>

0 commit comments

Comments
 (0)