We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1a8a9 commit 6702873Copy full SHA for 6702873
controller/pom.xml
@@ -112,7 +112,13 @@
112
<dependency>
113
<groupId>io.netty</groupId>
114
<artifactId>netty-codec-http</artifactId>
115
- <version>4.1.44.Final</version>
+ <version>4.1.77.Final</version>
116
+ </dependency>
117
+ <dependency>
118
+ <groupId>io.netty</groupId>
119
+ <artifactId>netty-transport-native-epoll</artifactId>
120
121
+ <classifier>linux-x86_64</classifier>
122
</dependency>
123
124
<groupId>com.typesafe</groupId>
0 commit comments