From 8a279bfefd1d4b140a5348cc8045e87e73f7b1d8 Mon Sep 17 00:00:00 2001 From: XiaoMoMi <972454774@qq.com> Date: Tue, 23 Apr 2024 03:44:31 +0800 Subject: [PATCH] [Update] Update adventure to 4.16.0 --- plugin/build.gradle.kts | 6 +++--- .../libraries/dependencies/Dependency.java | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 44cb1fe..374eb56 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -49,13 +49,13 @@ dependencies { implementation(project(":api")) implementation(project(":legacy-api")) - implementation("net.kyori:adventure-api:4.15.0") + implementation("net.kyori:adventure-api:4.16.0") implementation("net.kyori:adventure-platform-bukkit:4.3.2") implementation("com.github.Xiao-MoMi:AntiGriefLib:0.11") implementation("com.github.Xiao-MoMi:BiomeAPI:0.3") - compileOnly("net.kyori:adventure-text-minimessage:4.15.0") - compileOnly("net.kyori:adventure-text-serializer-legacy:4.15.0") + compileOnly("net.kyori:adventure-text-minimessage:4.16.0") + compileOnly("net.kyori:adventure-text-serializer-legacy:4.16.0") compileOnly("de.tr7zw:item-nbt-api:2.12.3") compileOnly("org.bstats:bstats-bukkit:3.0.2") implementation("com.flowpowered:flow-nbt:2.0.2") diff --git a/plugin/src/main/java/net/momirealms/customcrops/libraries/dependencies/Dependency.java b/plugin/src/main/java/net/momirealms/customcrops/libraries/dependencies/Dependency.java index 73058fc..3f4e728 100644 --- a/plugin/src/main/java/net/momirealms/customcrops/libraries/dependencies/Dependency.java +++ b/plugin/src/main/java/net/momirealms/customcrops/libraries/dependencies/Dependency.java @@ -63,7 +63,7 @@ public enum Dependency { ADVENTURE_API( "net{}kyori", "adventure-api", - "4.15.0", + "4.16.0", null, "adventure-api", Relocation.of("adventure", "net{}kyori{}adventure") @@ -71,7 +71,7 @@ public enum Dependency { ADVENTURE_KEY( "net{}kyori", "adventure-key", - "4.15.0", + "4.16.0", null, "adventure-key", Relocation.of("adventure", "net{}kyori{}adventure") @@ -79,7 +79,7 @@ public enum Dependency { ADVENTURE_NBT( "net{}kyori", "adventure-nbt", - "4.15.0", + "4.16.0", null, "adventure-nbt", Relocation.of("adventure", "net{}kyori{}adventure") @@ -87,7 +87,7 @@ public enum Dependency { ADVENTURE_LEGACY_SERIALIZER( "net{}kyori", "adventure-text-serializer-legacy", - "4.15.0", + "4.16.0", null, "adventure-text-serializer-legacy", Relocation.of("adventure", "net{}kyori{}adventure") @@ -95,7 +95,7 @@ public enum Dependency { ADVENTURE_TEXT_LOGGER( "net{}kyori", "adventure-text-logger-slf4j", - "4.15.0", + "4.16.0", null, "adventure-text-logger-slf4j", Relocation.of("adventure", "net{}kyori{}adventure") @@ -103,7 +103,7 @@ public enum Dependency { ADVENTURE_GSON( "net{}kyori", "adventure-text-serializer-gson", - "4.15.0", + "4.16.0", null, "adventure-text-serializer-gson", Relocation.of("adventure", "net{}kyori{}adventure") @@ -111,7 +111,7 @@ public enum Dependency { ADVENTURE_GSON_LEGACY( "net{}kyori", "adventure-text-serializer-gson-legacy-impl", - "4.15.0", + "4.16.0", null, "adventure-text-serializer-gson-legacy-impl", Relocation.of("adventure", "net{}kyori{}adventure") @@ -143,7 +143,7 @@ public enum Dependency { ADVENTURE_TEXT_MINIMESSAGE( "net{}kyori", "adventure-text-minimessage", - "4.15.0", + "4.16.0", null, "adventure-text-minimessage", Relocation.of("adventure", "net{}kyori{}adventure")