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 8
8
9
9
dependencies {
10
10
implementation project(' :spark-common' )
11
- implementation ' net.kyori:adventure-platform-bukkit:4.3.3 '
11
+ implementation ' net.kyori:adventure-platform-bukkit:4.4.0 '
12
12
compileOnly ' io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT'
13
13
14
14
// placeholders
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
dependencies {
6
6
implementation project(' :spark-common' )
7
- implementation ' net.kyori:adventure-platform-bungeecord:4.3.3 '
7
+ implementation ' net.kyori:adventure-platform-bungeecord:4.4.0 '
8
8
compileOnly ' net.md-5:bungeecord-api:1.16-R0.4'
9
9
}
10
10
Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ dependencies {
21
21
exclude(module : ' slf4j-api' )
22
22
}
23
23
24
- api(' net.kyori:adventure-api:4.17 .0' ) {
24
+ api(' net.kyori:adventure-api:4.21 .0' ) {
25
25
exclude(module : ' adventure-bom' )
26
26
exclude(module : ' checker-qual' )
27
27
exclude(module : ' annotations' )
28
28
}
29
- api(' net.kyori:adventure-text-serializer-gson:4.17 .0' ) {
29
+ api(' net.kyori:adventure-text-serializer-gson:4.21 .0' ) {
30
30
exclude(module : ' adventure-bom' )
31
31
exclude(module : ' adventure-api' )
32
32
exclude(module : ' gson' )
33
33
}
34
- api(' net.kyori:adventure-text-serializer-legacy:4.17 .0' ) {
34
+ api(' net.kyori:adventure-text-serializer-legacy:4.21 .0' ) {
35
35
exclude(module : ' adventure-bom' )
36
36
exclude(module : ' adventure-api' )
37
37
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
6
6
dependencies {
7
7
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' ) {
9
9
exclude(module : ' adventure-bom' )
10
10
exclude(module : ' adventure-api' )
11
11
exclude(module : ' annotations' )
You can’t perform that action at this time.
0 commit comments