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.110.final
  • Loading branch information
renovate[bot] committed May 22, 2024
1 parent 1ec3719 commit 6d632f7
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.109.Final</version>
<version>4.1.110.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 6d632f7

Please sign in to comment.