Skip to content

Commit 6d632f7

Browse files
fix(deps): update dependency io.netty:netty-transport-native-epoll to v4.1.110.final
1 parent 1ec3719 commit 6d632f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/flagd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<!-- we only support unix sockets on linux, via epoll native lib -->
6565
<groupId>io.netty</groupId>
6666
<artifactId>netty-transport-native-epoll</artifactId>
67-
<version>4.1.109.Final</version>
67+
<version>4.1.110.Final</version>
6868
<!-- TODO: with 5+ (still alpha), arm is support and we should package multiple versions -->
6969
<classifier>linux-x86_64</classifier>
7070
</dependency>

0 commit comments

Comments
 (0)