@@ -5,8 +5,8 @@ plugins {
55 `lobbyheads- checkstyle`
66
77 id(" net.minecrell.plugin-yml.bukkit" ) version " 0.6.0"
8- id(" com.gradleup.shadow" ) version " 8.3.5 "
9- id(" xyz.jpenilla.run-paper" ) version " 2.3 .1"
8+ id(" com.gradleup.shadow" ) version " 9.2.2 "
9+ id(" xyz.jpenilla.run-paper" ) version " 3.0 .1"
1010}
1111
1212dependencies {
@@ -23,7 +23,7 @@ dependencies {
2323 implementation(" net.kyori:adventure-text-minimessage:4.17.0" )
2424
2525 // Rollczi's skullapi
26- implementation(" dev.rollczi:liteskullapi:1.3 .0" )
26+ implementation(" dev.rollczi:liteskullapi:2.0 .0" )
2727
2828 // eternalcode commons
2929 implementation(" com.eternalcode:eternalcode-commons-adventure:1.1.4" )
@@ -36,7 +36,7 @@ dependencies {
3636 compileOnly(" com.mojang:authlib:5.0.47" )
3737
3838 // HoloEasy based on top of the protocolib
39- implementation(" com.github.unldenis:holoeasy:3.0.1 " )
39+ implementation(" com.github.unldenis:holoeasy:4.3.2 " )
4040
4141 // PlaceholderAPI, if anyone wants to parse placeholders in the head's name
4242 compileOnly(" me.clip:placeholderapi:2.11.6" )
@@ -49,7 +49,7 @@ dependencies {
4949
5050 // tests setup
5151 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:6.0.0 " ))
5353 testImplementation(" org.junit.jupiter:junit-jupiter" )
5454 testImplementation(" org.mockito:mockito-core:5.14.2" )
5555}
0 commit comments