|
@@ -11,7 +11,7 @@ dependencies {
|
|
|
api 'it.unimi.dsi:fastutil:8.5.15'
|
|
|
|
|
|
// 网络通信和序列化
|
|
|
- api 'io.netty:netty-all:4.2.0.Final' // Netty 全功能包
|
|
|
+ api 'io.netty:netty-all:4.2.1.Final' // Netty 全功能包
|
|
|
api 'org.msgpack:msgpack-core:0.9.9' // MessagePack 序列化
|
|
|
api 'org.msgpack:jackson-dataformat-msgpack:0.9.9' // MessagePack 序列化
|
|
|
|