Skip to content

Commit d6e9131

Browse files
fix(deps): update dependency io.netty:netty-transport-native-epoll to v4.1.92.final (#296)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 850a7ad commit d6e9131

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
@@ -37,7 +37,7 @@
3737
<!-- we only support unix sockets on linux, via epoll native lib -->
3838
<groupId>io.netty</groupId>
3939
<artifactId>netty-transport-native-epoll</artifactId>
40-
<version>4.1.91.Final</version>
40+
<version>4.1.92.Final</version>
4141
<!-- TODO: with 5+ (still alpha), arm is support and we should package multiple versions -->
4242
<classifier>linux-x86_64</classifier>
4343
</dependency>

0 commit comments

Comments
 (0)