mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
upgrade netty to 4.1.45.Final #1034
This commit is contained in:
@@ -180,22 +180,22 @@
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-buffer</artifactId>
|
||||
<version>4.1.39.Final</version>
|
||||
<version>4.1.45.Final</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-handler</artifactId>
|
||||
<version>4.1.39.Final</version>
|
||||
<version>4.1.45.Final</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-transport</artifactId>
|
||||
<version>4.1.39.Final</version>
|
||||
<version>4.1.45.Final</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-codec-http</artifactId>
|
||||
<version>4.1.39.Final</version>
|
||||
<version>4.1.45.Final</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user