We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f0df7 commit bbf03f9Copy full SHA for bbf03f9
pom.xml
@@ -31,6 +31,16 @@
31
<kotlin.version>2.1.0</kotlin.version>
32
</properties>
33
34
+ <dependencyManagement>
35
+ <dependencies>
36
+ <dependency>
37
+ <groupId>io.netty</groupId>
38
+ <artifactId>netty-codec</artifactId>
39
+ <version>4.1.125.Final</version>
40
+ </dependency>
41
+ </dependencies>
42
+ </dependencyManagement>
43
+
44
<dependencies>
45
<!-- Spring Boot -->
46
<dependency>
0 commit comments