Updated build dep

This commit is contained in:
Robinson 2023-01-22 15:26:16 +01:00
parent 30befc859d
commit 639bccd039
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ dependencies {
api("com.dorkbox:Updates:1.1")
// listed as compileOnly, since we will be using netty bytebuf utils if we ALREADY are using netty byte buffs. **We don't want a hard dependency.**
compileOnly("io.netty:netty-buffer:4.1.86.Final")
compileOnly("io.netty:netty-buffer:4.1.87.Final")
compileOnly("com.esotericsoftware:kryo:5.4.0")