Skip to content

Commit 07ba0a2

Browse files
committed
Upgrade adventure dependencies for 1.21.5 support
1 parent c656d8f commit 07ba0a2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

spark-bukkit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ java {
88

99
dependencies {
1010
implementation project(':spark-common')
11-
implementation 'net.kyori:adventure-platform-bukkit:4.3.3'
11+
implementation 'net.kyori:adventure-platform-bukkit:4.4.0'
1212
compileOnly 'io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT'
1313

1414
// placeholders

spark-bungeecord/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
implementation project(':spark-common')
7-
implementation 'net.kyori:adventure-platform-bungeecord:4.3.3'
7+
implementation 'net.kyori:adventure-platform-bungeecord:4.4.0'
88
compileOnly 'net.md-5:bungeecord-api:1.16-R0.4'
99
}
1010

spark-common/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ dependencies {
2121
exclude(module: 'slf4j-api')
2222
}
2323

24-
api('net.kyori:adventure-api:4.17.0') {
24+
api('net.kyori:adventure-api:4.21.0') {
2525
exclude(module: 'adventure-bom')
2626
exclude(module: 'checker-qual')
2727
exclude(module: 'annotations')
2828
}
29-
api('net.kyori:adventure-text-serializer-gson:4.17.0') {
29+
api('net.kyori:adventure-text-serializer-gson:4.21.0') {
3030
exclude(module: 'adventure-bom')
3131
exclude(module: 'adventure-api')
3232
exclude(module: 'gson')
3333
}
34-
api('net.kyori:adventure-text-serializer-legacy:4.17.0') {
34+
api('net.kyori:adventure-text-serializer-legacy:4.21.0') {
3535
exclude(module: 'adventure-bom')
3636
exclude(module: 'adventure-api')
3737
}

spark-standalone-agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
dependencies {
77
implementation project(':spark-common')
8-
implementation('net.kyori:adventure-text-serializer-ansi:4.17.0') {
8+
implementation('net.kyori:adventure-text-serializer-ansi:4.21.0') {
99
exclude(module: 'adventure-bom')
1010
exclude(module: 'adventure-api')
1111
exclude(module: 'annotations')

0 commit comments

Comments
 (0)