File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88
99dependencies {
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55dependencies {
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
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66dependencies {
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' )
You can’t perform that action at this time.
0 commit comments