Update Netty to 4.1.48.Final

This commit is contained in:
Anthony Calosa
2020-04-03 17:56:57 +08:00
parent 5ba9f5f58f
commit b7d93783c0

View File

@@ -54,7 +54,7 @@
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-all</artifactId> <artifactId>netty-all</artifactId>
<version>4.1.43.Final</version> <version>4.1.48.Final</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>