diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 99bc27b75..07066068f 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -11,7 +11,7 @@ dependencies { compileOnly project(':common:loader-utils') compileOnly 'com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT' - compileOnly('net.kyori:adventure-platform-bukkit:4.3.3') { + compileOnly('net.kyori:adventure-platform-bukkit:4.4.0') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') exclude(module: 'adventure-nbt') diff --git a/bungee/build.gradle b/bungee/build.gradle index 56af6113c..6ec0ffda3 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('net.kyori:adventure-platform-bungeecord:4.3.3') { + compileOnly('net.kyori:adventure-platform-bungeecord:4.4.0') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') exclude(module: 'adventure-nbt') diff --git a/common/build.gradle b/common/build.gradle index 9d8cc9f5a..d3a31fa67 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -39,29 +39,29 @@ 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.11.0') { + api('net.kyori:adventure-api:4.21.0') { exclude(module: 'adventure-bom') exclude(module: 'checker-qual') exclude(module: 'annotations') } - api('net.kyori:adventure-text-serializer-gson:4.11.0') { + api('net.kyori:adventure-text-serializer-gson:4.21.0') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') exclude(module: 'gson') } - api('net.kyori:adventure-text-serializer-legacy:4.11.0') { + api('net.kyori:adventure-text-serializer-legacy:4.21.0') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') } - api('net.kyori:adventure-text-serializer-plain:4.11.0') { + api('net.kyori:adventure-text-serializer-plain:4.21.0') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') } - api("net.kyori:adventure-text-minimessage:4.11.0") { + api("net.kyori:adventure-text-minimessage:4.21.0") { 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 9ec9f1d5a..3bec2c338 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 @@ -62,28 +62,28 @@ public enum Dependency { ADVENTURE( "me{}lucko", "adventure-api", - "4.13.0", - "gcmYlY1KDrzbnE9nB8rA44oBZKPSMvv9kNRefoEuud0=", + "4.21.0", + "/t65MhOjGM6jiuSlDPseqbNcg56NC5+8sDpwGlRZvls=", Relocation.of("adventure", "net{}kyori{}adventure") ), ADVENTURE_PLATFORM( "me{}lucko", "adventure-platform-api", - "4.13.0", + "4.21.0", "Kk8IkEMVa9ITBfC3yocpcXQiZ9CwN9VxeWjKUD8I0n0=", Relocation.of("adventure", "net{}kyori{}adventure") ), ADVENTURE_PLATFORM_BUKKIT( "me{}lucko", "adventure-platform-bukkit", - "4.13.3", - "ZXw7pf+a6tjGdB2WO1rB/KQ+ETLAH8kQFSu3El7jopY=", + "4.21.0", + "ulPw98NmQ2a+H8qk2jIBlxzrzmToeAgseOuwdrd1SmE=", Relocation.of("adventure", "net{}kyori{}adventure") ), ADVENTURE_PLATFORM_BUNGEECORD( "me{}lucko", "adventure-platform-bungeecord", - "4.13.3", + "4.21.0", "7hnndD6dO6LZoRbtOBdn6OFK0y/T2PqNLHxCg6zaQlo=", Relocation.of("adventure", "net{}kyori{}adventure") ), diff --git a/standalone/app/build.gradle b/standalone/app/build.gradle index 708f45f97..cd944da37 100644 --- a/standalone/app/build.gradle +++ b/standalone/app/build.gradle @@ -18,34 +18,34 @@ dependencies { api 'com.google.guava:guava:31.1-jre' api 'io.netty:netty-all:4.1.93.Final' - api('net.kyori:adventure-api:4.14.0') { + api('net.kyori:adventure-api:4.21.0') { exclude(module: 'adventure-bom') exclude(module: 'checker-qual') exclude(module: 'annotations') } - api('net.kyori:adventure-text-serializer-gson:4.14.0') { + api('net.kyori:adventure-text-serializer-gson:4.21.0') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') exclude(module: 'gson') } - api('net.kyori:adventure-text-serializer-legacy:4.14.0') { + api('net.kyori:adventure-text-serializer-legacy:4.21.0') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') } - api('net.kyori:adventure-text-serializer-plain:4.14.0') { + api('net.kyori:adventure-text-serializer-plain:4.21.0') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') } - api('net.kyori:adventure-text-minimessage:4.14.0') { + api('net.kyori:adventure-text-minimessage:4.21.0') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') } - api('net.kyori:adventure-text-serializer-ansi:4.14.0') { + api('net.kyori:adventure-text-serializer-ansi:4.21.0') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') exclude(module: 'annotations') } - api('net.kyori:ansi:1.0.3') { + api('net.kyori:ansi:1.1.1') { exclude(module: 'annotations') } }