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 7c6c162 commit 0c9909dCopy full SHA for 0c9909d
providers/flagd/pom.xml
@@ -64,7 +64,7 @@
64
<!-- we only support unix sockets on linux, via epoll native lib -->
65
<groupId>io.netty</groupId>
66
<artifactId>netty-transport-native-epoll</artifactId>
67
- <version>4.2.6.Final</version>
+ <version>4.2.7.Final</version>
68
<!-- TODO: with 5+ (still alpha), arm is support and we should package multiple versions -->
69
<classifier>linux-x86_64</classifier>
70
</dependency>
@@ -185,7 +185,7 @@
185
<dependency>
186
187
<artifactId>netty-codec-http2</artifactId>
188
- <version>4.1.125.Final</version>
189
190
</dependencies>
191
0 commit comments