Skip to content

Commit 3e9b967

Browse files
fix(deps): update dependency io.netty:netty-transport-native-epoll to v4.1.114.final (#994)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4197d32 commit 3e9b967

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
@@ -55,7 +55,7 @@
5555
<!-- we only support unix sockets on linux, via epoll native lib -->
5656
<groupId>io.netty</groupId>
5757
<artifactId>netty-transport-native-epoll</artifactId>
58-
<version>4.1.113.Final</version>
58+
<version>4.1.114.Final</version>
5959
<!-- TODO: with 5+ (still alpha), arm is support and we should package multiple versions -->
6060
<classifier>linux-x86_64</classifier>
6161
</dependency>

0 commit comments

Comments
 (0)