Skip to content

Commit bfec4e1

Browse files
committed
Bump Netty to 4.2.0
1 parent 378af71 commit bfec4e1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,13 @@
4141
</dependency>
4242
<dependency>
4343
<groupId>io.netty</groupId>
44-
<artifactId>netty-all</artifactId>
45-
<version>4.1.68.Final</version>
44+
<artifactId>netty-buffer</artifactId>
45+
<version>4.2.0.Final</version>
46+
</dependency>
47+
<dependency>
48+
<groupId>io.netty</groupId>
49+
<artifactId>netty-common</artifactId>
50+
<version>4.2.0.Final</version>
4651
</dependency>
4752
</dependencies>
4853

0 commit comments

Comments
 (0)