Skip to content

Commit

Permalink
bump netty-all from 4.1.13.Final to 4.1.42.Final
Browse files Browse the repository at this point in the history
Change-Id: I1893ec67371712b091f35b085611959dd9d429cc
  • Loading branch information
javeme committed Mar 23, 2021
1 parent 4c4b770 commit d8d1348
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions hugegraph-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,18 @@
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>3.6.0</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- netty-all contain netty-transport-native-epoll, https://github.com/netty/netty/issues/8714 -->
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.13.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.1.13.Final</version>
<classifier>linux-x86_64</classifier>
<version>4.1.42.Final</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit d8d1348

Please sign in to comment.