@@ -5,22 +5,22 @@ 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 "
8+ id(" com.gradleup.shadow" ) version " 8.3.9 "
99 id(" xyz.jpenilla.run-paper" ) version " 2.3.1"
1010}
1111
1212dependencies {
1313 // okaeri configs
14- val okaeriConfigsVersion = " 5.0.5 "
14+ val okaeriConfigsVersion = " 5.0.13 "
1515 implementation(" eu.okaeri:okaeri-configs-yaml-snakeyaml:${okaeriConfigsVersion} " )
1616 implementation(" eu.okaeri:okaeri-configs-serdes-commons:${okaeriConfigsVersion} " )
1717
1818 // api
1919 api(project(" :lobbyheads-api" ))
2020
2121 // a cool library, kyori
22- implementation(" net.kyori:adventure-platform-bukkit:4.3.4 " )
23- implementation(" net.kyori:adventure-text-minimessage:4.17 .0" )
22+ implementation(" net.kyori:adventure-platform-bukkit:4.4.1 " )
23+ implementation(" net.kyori:adventure-text-minimessage:4.24 .0" )
2424
2525 // Rollczi's skullapi
2626 implementation(" dev.rollczi:liteskullapi:1.3.0" )
@@ -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:3.4.4 " )
4040
4141 // PlaceholderAPI, if anyone wants to parse placeholders in the head's name
4242 compileOnly(" me.clip:placeholderapi:2.11.6" )
@@ -48,10 +48,10 @@ dependencies {
4848 implementation(" com.eternalcode:gitcheck:1.0.0" )
4949
5050 // tests setup
51- testImplementation(" org.codehaus.groovy:groovy-all:3.0.23 " )
52- testImplementation(platform(" org.junit:junit-bom:5.11.3 " ))
51+ testImplementation(" org.codehaus.groovy:groovy-all:3.0.25 " )
52+ testImplementation(platform(" org.junit:junit-bom:5.13.4 " ))
5353 testImplementation(" org.junit.jupiter:junit-jupiter" )
54- testImplementation(" org.mockito:mockito-core:5.14.2 " )
54+ testImplementation(" org.mockito:mockito-core:5.20.0 " )
5555}
5656
5757java {
0 commit comments