@@ -5,22 +5,22 @@ plugins {
5
5
`lobbyheads- checkstyle`
6
6
7
7
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 "
9
9
id(" xyz.jpenilla.run-paper" ) version " 2.3.1"
10
10
}
11
11
12
12
dependencies {
13
13
// okaeri configs
14
- val okaeriConfigsVersion = " 5.0.5 "
14
+ val okaeriConfigsVersion = " 5.0.13 "
15
15
implementation(" eu.okaeri:okaeri-configs-yaml-snakeyaml:${okaeriConfigsVersion} " )
16
16
implementation(" eu.okaeri:okaeri-configs-serdes-commons:${okaeriConfigsVersion} " )
17
17
18
18
// api
19
19
api(project(" :lobbyheads-api" ))
20
20
21
21
// 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" )
24
24
25
25
// Rollczi's skullapi
26
26
implementation(" dev.rollczi:liteskullapi:1.3.0" )
@@ -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" )
@@ -48,10 +48,10 @@ dependencies {
48
48
implementation(" com.eternalcode:gitcheck:1.0.0" )
49
49
50
50
// 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 " ))
53
53
testImplementation(" org.junit.jupiter:junit-jupiter" )
54
- testImplementation(" org.mockito:mockito-core:5.14.2 " )
54
+ testImplementation(" org.mockito:mockito-core:5.20.0 " )
55
55
}
56
56
57
57
java {
0 commit comments