aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2023-10-02 18:48:33 +0100
committerLuck <git@lucko.me>2023-10-02 18:48:33 +0100
commit50996ed04e0b9f1287cbf4f7a14ae4c51aefa4cf (patch)
tree5f73f88ccd2eafc37c96eb9941fd95592a0ca225
parent74a7011aa5f82f3b60099fe02e7dce499d0bdf26 (diff)
downloadspark-50996ed04e0b9f1287cbf4f7a14ae4c51aefa4cf.tar.gz
spark-50996ed04e0b9f1287cbf4f7a14ae4c51aefa4cf.tar.bz2
spark-50996ed04e0b9f1287cbf4f7a14ae4c51aefa4cf.zip
Bump adventure versions
-rw-r--r--spark-bukkit/build.gradle2
-rw-r--r--spark-bungeecord/build.gradle2
-rw-r--r--spark-common/build.gradle6
-rw-r--r--spark-nukkit/build.gradle2
-rw-r--r--spark-waterdog/build.gradle2
5 files changed, 7 insertions, 7 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle
index 4734990..7d78db8 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.2.0'
+ implementation 'net.kyori:adventure-platform-bukkit:4.3.1'
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 5139b3f..bc0be7a 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.2.0'
+ implementation 'net.kyori:adventure-platform-bungeecord:4.3.1'
compileOnly 'net.md-5:bungeecord-api:1.16-R0.4'
}
diff --git a/spark-common/build.gradle b/spark-common/build.gradle
index d619262..20805ad 100644
--- a/spark-common/build.gradle
+++ b/spark-common/build.gradle
@@ -25,17 +25,17 @@ dependencies {
exclude(module: 'slf4j-api')
}
- api('net.kyori:adventure-api:4.12.0') {
+ api('net.kyori:adventure-api:4.13.1') {
exclude(module: 'adventure-bom')
exclude(module: 'checker-qual')
exclude(module: 'annotations')
}
- api('net.kyori:adventure-text-serializer-gson:4.12.0') {
+ api('net.kyori:adventure-text-serializer-gson:4.13.1') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
exclude(module: 'gson')
}
- api('net.kyori:adventure-text-serializer-legacy:4.12.0') {
+ api('net.kyori:adventure-text-serializer-legacy:4.13.1') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
}
diff --git a/spark-nukkit/build.gradle b/spark-nukkit/build.gradle
index 453573d..2dd7169 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.12.0'
+ implementation 'net.kyori:adventure-text-serializer-legacy:4.13.1'
compileOnly 'cn.nukkit:nukkit:1.0-SNAPSHOT'
}
diff --git a/spark-waterdog/build.gradle b/spark-waterdog/build.gradle
index 4563626..f90a956 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.12.0'
+ implementation 'net.kyori:adventure-text-serializer-legacy:4.13.1'
compileOnly 'dev.waterdog.waterdogpe:waterdog:1.2.3'
}