Skip to content

Commit 9456f63

Browse files
fix(deps): update dependency io.netty:netty-transport-native-epoll to v4.1.99.final (#464)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec6b3c9 commit 9456f63

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
@@ -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.98.Final</version>
57+
<version>4.1.99.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)