Merge branch 'master' into netty

This commit is contained in:
P0nk
2021-07-11 15:20:00 +02:00
1103 changed files with 4100 additions and 163889 deletions

View File

@@ -66,6 +66,11 @@
<artifactId>netty-buffer</artifactId>
<version>4.1.65.Final</version>
</dependency>
<dependency> <!-- only used for some tools -->
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>