@@ -20,13 +20,13 @@ dependencies {
20
20
21
21
// a cool library, kyori
22
22
implementation(" net.kyori:adventure-platform-bukkit:4.3.4" )
23
- implementation(" net.kyori:adventure-text-minimessage:4.17 .0" )
23
+ implementation(" net.kyori:adventure-text-minimessage:4.18 .0" )
24
24
25
25
// Rollczi's skullapi
26
26
implementation(" dev.rollczi:liteskullapi:1.3.0" )
27
27
28
28
// eternalcode commons
29
- implementation(" com.eternalcode:eternalcode-commons-adventure:1.1.4 " )
29
+ implementation(" com.eternalcode:eternalcode-commons-adventure:1.1.5 " )
30
30
31
31
// spigot-api
32
32
compileOnly(" org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT" )
@@ -36,7 +36,7 @@ dependencies {
36
36
compileOnly(" com.mojang:authlib:5.0.47" )
37
37
38
38
// HoloEasy based on top of the protocolib
39
- implementation(" com.github.unldenis:holoeasy:3.0.1 " )
39
+ implementation(" com.github.unldenis:holoeasy:3.4.4 " )
40
40
41
41
// PlaceholderAPI, if anyone wants to parse placeholders in the head's name
42
42
compileOnly(" me.clip:placeholderapi:2.11.6" )
@@ -49,9 +49,9 @@ dependencies {
49
49
50
50
// tests setup
51
51
testImplementation(" org.codehaus.groovy:groovy-all:3.0.23" )
52
- testImplementation(platform(" org.junit:junit-bom:5.11.3 " ))
52
+ testImplementation(platform(" org.junit:junit-bom:5.11.4 " ))
53
53
testImplementation(" org.junit.jupiter:junit-jupiter" )
54
- testImplementation(" org.mockito:mockito-core:5.14 .2" )
54
+ testImplementation(" org.mockito:mockito-core:5.15 .2" )
55
55
}
56
56
57
57
java {
0 commit comments