Updated deps

master
Robinson 2022-11-11 22:58:58 +01:00
parent 9f2642db56
commit 54646207bf
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 3 additions and 3 deletions

View File

@ -87,12 +87,12 @@ tasks.jar.get().apply {
}
dependencies {
api("com.dorkbox:NetworkUtils:2.15")
api("com.dorkbox:NetworkUtils:2.19")
api("com.dorkbox:OS:1.0")
api("com.dorkbox:Utilities:1.29")
api("com.dorkbox:Utilities:1.30")
api("com.dorkbox:Updates:1.1")
val nettyVer = "4.1.77.Final"
val nettyVer = "4.1.84.Final"
api("io.netty:netty-buffer:$nettyVer")
api("io.netty:netty-transport:$nettyVer")
api("io.netty:netty-transport-native-epoll:$nettyVer")