Skip to content

Commit

Permalink
fix(deps): update dependency io.netty:netty-transport-native-epoll to…
Browse files Browse the repository at this point in the history
… v4.1.111.final
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent ae21165 commit 3090536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/flagd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<!-- we only support unix sockets on linux, via epoll native lib -->
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.1.110.Final</version>
<version>4.1.111.Final</version>
<!-- TODO: with 5+ (still alpha), arm is support and we should package multiple versions -->
<classifier>linux-x86_64</classifier>
</dependency>
Expand Down

0 comments on commit 3090536

Please sign in to comment.