Bump netty to 4.1.72.Final for log4j2 fix TELSTICK FIXED (#11863)

Signed-off-by: Matthew Skinner <matt@pcmus.com>
This commit is contained in:
Matthew Skinner
2021-12-28 19:45:24 +11:00
committed by GitHub
parent 7f137ccaf9
commit 8d15e0ae7b
2 changed files with 7 additions and 1 deletions

View File

@@ -111,6 +111,12 @@
<version>${netty.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-classes-kqueue</artifactId>
<version>${netty.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler-proxy</artifactId>