diff --git a/bootstrap/spigot/build.gradle.kts b/bootstrap/spigot/build.gradle.kts index affb243b3..767a20d71 100644 --- a/bootstrap/spigot/build.gradle.kts +++ b/bootstrap/spigot/build.gradle.kts @@ -1,6 +1,6 @@ val paperVersion = "1.17.1-R0.1-SNAPSHOT" // Needed because we do not support Java 17 yet val viaVersion = "4.0.0" -val adaptersVersion = "1.3-SNAPSHOT" +val adaptersVersion = "1.4-SNAPSHOT" dependencies { api(projects.core) diff --git a/build-logic/src/main/kotlin/Versions.kt b/build-logic/src/main/kotlin/Versions.kt index c6348bc65..b7b639031 100644 --- a/build-logic/src/main/kotlin/Versions.kt +++ b/build-logic/src/main/kotlin/Versions.kt @@ -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" } \ No newline at end of file diff --git a/core/build.gradle.kts b/core/build.gradle.kts index ac21acd2b..28490a3af 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -36,10 +36,10 @@ dependencies { exclude("com.nukkitx", "nbt") } - api("com.github.RednedEpic", "MCAuthLib", Versions.mcauthlibVersion) + api("com.github.GeyserMC", "MCAuthLib", Versions.mcauthlibVersion) api("com.github.GeyserMC", "MCProtocolLib", Versions.mcprotocollibversion) { - exclude("com.github.steveice10", "packetlib") - exclude("com.github.steveice10", "mcauthlib") + exclude("com.github.GeyserMC", "packetlib") + exclude("com.github.GeyserMC", "mcauthlib") } api("com.github.steveice10", "packetlib", Versions.packetlibVersion) {