bump epoll version to fix linking error

This commit is contained in:
Jonathan Shook 2020-09-24 16:58:22 -05:00
parent 09c76e688b
commit 3998c8f08b

View File

@ -67,7 +67,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.1.36.Final</version>
<version>4.1.47.Final</version>
<classifier>linux-x86_64</classifier>
</dependency>