Update dependencies

This commit is contained in:
RednedEpic 2022-03-19 20:46:30 -05:00
parent 4455dc0ded
commit f53c3b71c0
3 changed files with 21 additions and 21 deletions

View file

@ -24,21 +24,21 @@
*/
object Versions {
const val jacksonVersion= "2.12.4"
const val fastutilVersion= "8.5.2"
const val nettyVersion= "4.1.66.Final"
const val guavaVersion= "29.0-jre"
const val nbtVersion= "2.1.0"
const val websocketVersion= "1.5.1"
const val protocolVersion= "0cd24c0"
const val raknetVersion= "1.6.28-SNAPSHOT"
const val mcauthlibVersion= "6c99331"
const val mcprotocollibversion= "6a23a780"
const val packetlibVersion= "2.1-SNAPSHOT"
const val adventureVersion= "4.9.3"
const val eventVersion= "3.0.0"
const val junitVersion= "4.13.1"
const val checkerQualVersion= "3.19.0"
const val cumulusVersion = "1.0-SNAPSHOT"
const val log4jVersion = "2.17.1"
const val jacksonVersion = "2.12.4"
const val fastutilVersion = "8.5.2"
const val nettyVersion = "4.1.66.Final"
const val guavaVersion = "29.0-jre"
const val nbtVersion = "2.1.0"
const val websocketVersion = "1.5.1"
const val protocolVersion = "0cd24c0"
const val raknetVersion = "1.6.28-SNAPSHOT"
const val mcauthlibVersion = "d9d773e"
const val mcprotocollibversion = "0771504"
const val packetlibVersion = "2.1-SNAPSHOT"
const val adventureVersion = "4.9.3"
const val eventVersion = "3.0.0"
const val junitVersion = "4.13.1"
const val checkerQualVersion = "3.19.0"
const val cumulusVersion = "1.0-SNAPSHOT"
const val log4jVersion = "2.17.1"
}