Skip to content

Commit 2728d5a

Browse files
fix(deps): update dependency io.netty:netty-transport-native-epoll to v4.1.98.final
1 parent e6e08be commit 2728d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/flagd/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<!-- we only support unix sockets on linux, via epoll native lib -->
5555
<groupId>io.netty</groupId>
5656
<artifactId>netty-transport-native-epoll</artifactId>
57-
<version>4.1.97.Final</version>
57+
<version>4.1.98.Final</version>
5858
<!-- TODO: with 5+ (still alpha), arm is support and we should package multiple versions -->
5959
<classifier>linux-x86_64</classifier>
6060
</dependency>

0 commit comments

Comments
 (0)