diff --git a/bukkit/build.gradle b/bukkit/build.gradle index c040822ff..25b2e5096 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -12,12 +12,12 @@ dependencies { compileOnly project(':common:loader-utils') compileOnly 'com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT' - compileOnly('me.lucko:adventure-platform-bukkit:4.8.1') { + compileOnly('me.lucko:adventure-platform-bukkit:4.9.4') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') exclude(module: 'adventure-nbt') } - compileOnly 'me.lucko:commodore:1.10' + compileOnly 'me.lucko:commodore:1.11' compileOnly('net.milkbowl.vault:VaultAPI:1.7') { exclude(module: 'bukkit') } diff --git a/bungee/build.gradle b/bungee/build.gradle index bc9dd8dbb..33ea496e8 100644 --- a/bungee/build.gradle +++ b/bungee/build.gradle @@ -7,7 +7,7 @@ dependencies { compileOnly project(':common:loader-utils') compileOnly 'net.md-5:bungeecord-api:1.16-R0.4' - compileOnly('me.lucko:adventure-platform-bungeecord:4.8.1') { + compileOnly('me.lucko:adventure-platform-bungeecord:4.9.4') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') exclude(module: 'adventure-nbt') diff --git a/common/build.gradle b/common/build.gradle index d819bf38a..e4c43c1e2 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -20,24 +20,24 @@ dependencies { compileOnly 'org.slf4j:slf4j-api:1.7.30' compileOnly 'org.apache.logging.log4j:log4j-api:2.14.0' - api('net.kyori:adventure-api:4.8.1') { + api('net.kyori:adventure-api:4.9.3') { exclude(module: 'adventure-bom') exclude(module: 'checker-qual') exclude(module: 'annotations') } - api('net.kyori:adventure-text-serializer-gson:4.8.1') { + api('net.kyori:adventure-text-serializer-gson:4.9.3') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') exclude(module: 'gson') } - api('net.kyori:adventure-text-serializer-legacy:4.8.1') { + api('net.kyori:adventure-text-serializer-legacy:4.9.3') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') } - api('net.kyori:adventure-text-serializer-plain:4.8.1') { + api('net.kyori:adventure-text-serializer-plain:4.9.3') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') } diff --git a/common/src/main/java/me/lucko/luckperms/common/dependencies/Dependency.java b/common/src/main/java/me/lucko/luckperms/common/dependencies/Dependency.java index 9b21961c6..c83b9c6f1 100644 --- a/common/src/main/java/me/lucko/luckperms/common/dependencies/Dependency.java +++ b/common/src/main/java/me/lucko/luckperms/common/dependencies/Dependency.java @@ -64,29 +64,29 @@ public enum Dependency { ADVENTURE( "me{}lucko", "adventure-api", - "4.8.1", - "S0Txix9BuhCD8pztmpDvbWqgKflNNqO/xBdXoNxrJSU=", + "4.9.4", + "bh1cB0ZdzxstqRfVowKbgAZM16T/CtJ7oIJCaknbGeM=", Relocation.of("adventure", "net{}kyori{}adventure") ), ADVENTURE_PLATFORM( "me{}lucko", "adventure-platform-api", - "4.8.1", - "1LAWziMjueMDuNDNv1QqqJRt40inA9H7b3rI5cPc+ZU=", + "4.9.4", + "CZVyxNOi7ln7dgldfDs1m1M6d9w/bKG8Rp27qfAuTJw=", Relocation.of("adventure", "net{}kyori{}adventure") ), ADVENTURE_PLATFORM_BUKKIT( "me{}lucko", "adventure-platform-bukkit", - "4.8.1", - "0YYq9QFRJBaPCOS4CVTCkT6BDAsnK38FaRPl6oc4sU8=", + "4.9.4", + "JkA3GGkf3pADA3PACYfdVlAglstgzz+ajAxElMXXn6I=", Relocation.of("adventure", "net{}kyori{}adventure") ), ADVENTURE_PLATFORM_BUNGEECORD( "me{}lucko", "adventure-platform-bungeecord", - "4.8.1", - "hmCpfgWQHMpDfuOji+TVp2GtKxSqgOLzy7bOFb32i7g=", + "4.9.4", + "a/p8/eIjbQnNlN5cJ/yIUjttZyJ/GRXgcsg8rhY7SwI=", Relocation.of("adventure", "net{}kyori{}adventure") ), EVENT( @@ -128,8 +128,8 @@ public enum Dependency { COMMODORE( "me{}lucko", "commodore", - "1.10", - "DJi8ZLaSwhoU49UBrIFzVBksaVAj8bthtVCnhuBPRz4=", + "1.11", + "TxlkwmLE04ipLfI4HSyC0mzYt/8gTSDBpfCSk+kiaZI=", Relocation.of("commodore", "me{}lucko{}commodore") ), COMMODORE_FILE(