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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>

View File

@ -74,7 +74,7 @@
<eea.version>2.2.1</eea.version>
<jackson.version>2.12.5</jackson.version>
<karaf.version>4.3.4</karaf.version>
<netty.version>4.1.68.Final</netty.version>
<netty.version>4.1.72.Final</netty.version>
<okhttp.version>3.14.9</okhttp.version>
<sat.version>0.12.0</sat.version>
<spotless.version>2.0.3</spotless.version>