@@ -11,7 +11,7 @@ dependencies {
11
11
12
12
// Kyori Adventure & MiniMessage
13
13
val adventureVersion = " 4.3.3"
14
- val miniMessageVersion = " 4.17 .0"
14
+ val miniMessageVersion = " 4.19 .0"
15
15
implementation(" net.kyori:adventure-platform-bukkit:$adventureVersion " )
16
16
implementation(" net.kyori:adventure-text-minimessage:$miniMessageVersion " )
17
17
testImplementation(" net.kyori:adventure-platform-bukkit:$adventureVersion " )
@@ -23,7 +23,7 @@ dependencies {
23
23
testImplementation(" net.dzikoysk:cdn:$cdnVersion " )
24
24
25
25
// bStats
26
- implementation(" org.bstats:bstats-bukkit:3.0.2 " )
26
+ implementation(" org.bstats:bstats-bukkit:3.1.0 " )
27
27
28
28
// PlaceholderAPI & Vault
29
29
compileOnly(" me.clip:placeholderapi:2.11.6" )
@@ -33,13 +33,13 @@ dependencies {
33
33
implementation(" com.eternalcode:gitcheck:1.0.0" )
34
34
35
35
// JUnit 5
36
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.2 " )
37
- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.10.2 " )
38
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.2 " )
39
- testImplementation(" org.mockito:mockito-core:5.12 .0" )
40
- testImplementation(" org.mockito:mockito-junit-jupiter:5.12 .0" )
36
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
37
+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.12.0 " )
38
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
39
+ testImplementation(" org.mockito:mockito-core:5.16 .0" )
40
+ testImplementation(" org.mockito:mockito-junit-jupiter:5.16 .0" )
41
41
testImplementation(" me.clip:placeholderapi:2.11.6" )
42
- testImplementation(" org.assertj:assertj-core:3.26.0 " )
42
+ testImplementation(" org.assertj:assertj-core:3.27.3 " )
43
43
}
44
44
45
45
tasks {
0 commit comments