Skip to content

Commit

Permalink
fix(sec): upgrade netty-all to 4.1.44.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
NanKeXXX authored Sep 28, 2022
1 parent 51d29ac commit 563d104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugegraph-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<!-- 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.42.Final</version>
<version>4.1.44.Final</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 563d104

Please sign in to comment.