Updated netty. Should fix the "event executor terminated" error

This commit is contained in:
Beny 2019-05-24 09:51:47 +01:00
parent 9266338e6e
commit 6999db4542

View File

@ -88,27 +88,27 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.24.Final</version>
<version>4.1.36.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.24.Final</version>
<version>4.1.36.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>4.1.24.Final</version>
<version>4.1.36.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.24.Final</version>
<version>4.1.36.Final</version>
<scope>compile</scope>
</dependency>