@@ -5,28 +5,28 @@ 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.2 "
9
- id(" xyz.jpenilla.run-paper" ) version " 2.3.0 "
8
+ id(" com.gradleup.shadow" ) version " 8.3.5 "
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.2 "
14
+ val okaeriConfigsVersion = " 5.0.5 "
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.3 " )
22
+ implementation(" net.kyori:adventure-platform-bukkit:4.3.4 " )
23
23
implementation(" net.kyori:adventure-text-minimessage:4.17.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.3 " )
29
+ implementation(" com.eternalcode:eternalcode-commons-adventure:1.1.4 " )
30
30
31
31
// spigot-api
32
32
compileOnly(" org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT" )
@@ -42,16 +42,16 @@ dependencies {
42
42
compileOnly(" me.clip:placeholderapi:2.11.6" )
43
43
44
44
// bstats
45
- implementation(" org.bstats:bstats-bukkit:3.0.2 " )
45
+ implementation(" org.bstats:bstats-bukkit:3.1.0 " )
46
46
47
47
// GitCheck
48
48
implementation(" com.eternalcode:gitcheck:1.0.0" )
49
49
50
50
// tests setup
51
- testImplementation(" org.codehaus.groovy:groovy-all:3.0.21 " )
52
- testImplementation(platform(" org.junit:junit-bom:5.10.2 " ))
51
+ testImplementation(" org.codehaus.groovy:groovy-all:3.0.23 " )
52
+ testImplementation(platform(" org.junit:junit-bom:5.11.3 " ))
53
53
testImplementation(" org.junit.jupiter:junit-jupiter" )
54
- testImplementation(" org.mockito:mockito-core:5.12.0 " )
54
+ testImplementation(" org.mockito:mockito-core:5.14.2 " )
55
55
}
56
56
57
57
java {
0 commit comments