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.109.final (#756)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 15, 2024
1 parent bb8e8cd commit 765cb36
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.108.Final</version>
<version>4.1.109.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 765cb36

Please sign in to comment.