We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fff4f commit 96dcb46Copy full SHA for 96dcb46
pom.xml
@@ -88,6 +88,13 @@
88
<version>3.18.0</version>
89
</dependency>
90
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
+
98
<dependency>
99
<groupId>jakarta.validation</groupId>
100
<artifactId>jakarta.validation-api</artifactId>
0 commit comments