diff --git a/AnarchyExploitFixesFolia/build.gradle.kts b/AnarchyExploitFixesFolia/build.gradle.kts index 574108227..52c1621c7 100755 --- a/AnarchyExploitFixesFolia/build.gradle.kts +++ b/AnarchyExploitFixesFolia/build.gradle.kts @@ -7,7 +7,7 @@ plugins { dependencies { compileOnly("dev.folia:folia-api:1.20.2-R0.1-SNAPSHOT") api("com.github.ben-manes.caffeine:caffeine:3.1.8") // Fast caching - paperweight.foliaDevBundle("1.19.4-R0.1-SNAPSHOT") + paperweight.foliaDevBundle("1.20.2-R0.1-SNAPSHOT") } configure { diff --git a/build-logic/src/main/kotlin/me.moomoo.anarchyexploitfixes.wrapper.gradle.kts b/build-logic/src/main/kotlin/me.moomoo.anarchyexploitfixes.wrapper.gradle.kts index 92c74140f..ae2543f06 100755 --- a/build-logic/src/main/kotlin/me.moomoo.anarchyexploitfixes.wrapper.gradle.kts +++ b/build-logic/src/main/kotlin/me.moomoo.anarchyexploitfixes.wrapper.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "me.moomoo.anarchyexploitfixes" -version = "2.6.0-SNAPSHOT" +version = "2.6.0" description = "Prevent many exploits that affect anarchy servers." var url: String? = "github.com/moom0o/AnarchyExploitFixes" @@ -52,12 +52,12 @@ dependencies { api("cloud.commandframework:cloud-paper:1.8.4") // Command Framework api("cloud.commandframework:cloud-annotations:1.8.4") compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0") // ProtocolLib to patch packet based exploits - api("de.tr7zw:item-nbt-api:2.12.1") // NBT API for cross version nbt tag handling + api("de.tr7zw:item-nbt-api:2.12.2") // NBT API for cross version nbt tag handling api("io.papermc:paperlib:1.0.8") // Useful Paper related tools api("org.bstats:bstats-bukkit:3.0.2") // Bukkit bStats api("org.apache.commons:commons-math3:3.6.1") // FastMath api("org.apache.commons:commons-text:1.11.0") // Apache commons text - api("com.ibm.icu:icu4j:74.1") // Rule based number format used in first join messages to format to ordinal based on locale + api("com.ibm.icu:icu4j:74.2") // Rule based number format used in first join messages to format to ordinal based on locale } tasks.withType() {