Skip to content

Commit 6e311dc

Browse files
fix(deps): update dependency io.netty:netty-transport-native-epoll to v4.1.115.final (#1071)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d5fe86 commit 6e311dc

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
@@ -62,7 +62,7 @@
6262
<!-- we only support unix sockets on linux, via epoll native lib -->
6363
<groupId>io.netty</groupId>
6464
<artifactId>netty-transport-native-epoll</artifactId>
65-
<version>4.1.114.Final</version>
65+
<version>4.1.115.Final</version>
6666
<!-- TODO: with 5+ (still alpha), arm is support and we should package multiple versions -->
6767
<classifier>linux-x86_64</classifier>
6868
</dependency>

0 commit comments

Comments
 (0)