diff options
-rw-r--r-- | spark-bukkit/build.gradle | 2 | ||||
-rw-r--r-- | spark-bungeecord/build.gradle | 2 | ||||
-rw-r--r-- | spark-common/build.gradle | 6 | ||||
-rw-r--r-- | spark-nukkit/build.gradle | 2 | ||||
-rw-r--r-- | spark-waterdog/build.gradle | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle index 917fb55..92b65cc 100644 --- a/spark-bukkit/build.gradle +++ b/spark-bukkit/build.gradle @@ -4,7 +4,7 @@ plugins { dependencies { implementation project(':spark-common') - implementation 'net.kyori:adventure-platform-bukkit:4.1.1' + implementation 'net.kyori:adventure-platform-bukkit:4.2.0' compileOnly 'com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT' // placeholders diff --git a/spark-bungeecord/build.gradle b/spark-bungeecord/build.gradle index d96d589..885de55 100644 --- a/spark-bungeecord/build.gradle +++ b/spark-bungeecord/build.gradle @@ -4,7 +4,7 @@ plugins { dependencies { implementation project(':spark-common') - implementation 'net.kyori:adventure-platform-bungeecord:4.1.1' + implementation 'net.kyori:adventure-platform-bungeecord:4.2.0' compileOnly 'net.md-5:bungeecord-api:1.16-R0.4' } diff --git a/spark-common/build.gradle b/spark-common/build.gradle index 176ea42..c3d960d 100644 --- a/spark-common/build.gradle +++ b/spark-common/build.gradle @@ -20,17 +20,17 @@ dependencies { implementation 'org.ow2.asm:asm:9.1' implementation 'com.google.protobuf:protobuf-javalite:3.21.11' implementation 'net.bytebuddy:byte-buddy-agent:1.11.0' - api('net.kyori:adventure-api:4.11.0') { + api('net.kyori:adventure-api:4.12.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.12.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.12.0') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') } diff --git a/spark-nukkit/build.gradle b/spark-nukkit/build.gradle index b15009a..9efb653 100644 --- a/spark-nukkit/build.gradle +++ b/spark-nukkit/build.gradle @@ -4,7 +4,7 @@ plugins { dependencies { implementation project(':spark-common') - implementation 'net.kyori:adventure-text-serializer-legacy:4.4.0' + implementation 'net.kyori:adventure-text-serializer-legacy:4.12.0' compileOnly 'cn.nukkit:nukkit:1.0-SNAPSHOT' } diff --git a/spark-waterdog/build.gradle b/spark-waterdog/build.gradle index d0c7de7..9c1a4d3 100644 --- a/spark-waterdog/build.gradle +++ b/spark-waterdog/build.gradle @@ -9,7 +9,7 @@ tasks.withType(JavaCompile) { dependencies { implementation project(':spark-common') - implementation 'net.kyori:adventure-text-serializer-legacy:4.4.0' + implementation 'net.kyori:adventure-text-serializer-legacy:4.12.0' compileOnly 'dev.waterdog.waterdogpe:waterdog:1.1.3-SNAPSHOT' } |