Skip to content

Commit f2eaca2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: providers/flagd/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<!-- we only support unix sockets on linux, via epoll native lib -->
4949
<groupId>io.netty</groupId>
5050
<artifactId>netty-transport-native-epoll</artifactId>
51-
<version>4.1.95.Final</version>
51+
<version>4.1.96.Final</version>
5252
<!-- TODO: with 5+ (still alpha), arm is support and we should package multiple versions -->
5353
<classifier>linux-x86_64</classifier>
5454
</dependency>

0 commit comments

Comments
 (0)