@@ -26,23 +26,23 @@ repositories {
26
26
dependencies {
27
27
// minecraft development api
28
28
compileOnly(" org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT" )
29
- implementation(" net.kyori:adventure-platform-bukkit:4.3.4 " )
30
- implementation(" net.kyori:adventure-text-minimessage:4.18 .0" )
31
- implementation(" dev.rollczi:litecommands-bukkit:3.9.7 " )
32
- implementation(" dev.rollczi:litecommands-adventure:3.9.7 " )
29
+ implementation(" net.kyori:adventure-platform-bukkit:4.4.0 " )
30
+ implementation(" net.kyori:adventure-text-minimessage:4.23 .0" )
31
+ implementation(" dev.rollczi:litecommands-bukkit:3.10.0 " )
32
+ implementation(" dev.rollczi:litecommands-adventure:3.10.0 " )
33
33
34
34
// skull api
35
- implementation(" dev.rollczi:liteskullapi:1.3 .0" )
35
+ implementation(" dev.rollczi:liteskullapi:2.0 .0" )
36
36
37
37
// gui
38
- implementation(" dev.triumphteam:triumph-gui:3.1.11 " )
39
- implementation(" de.rapha149.signgui:signgui:2.5.0 " )
38
+ implementation(" dev.triumphteam:triumph-gui:3.1.12 " )
39
+ implementation(" de.rapha149.signgui:signgui:2.5.2 " )
40
40
41
41
// economy
42
42
compileOnly(" com.github.MilkBowl:VaultAPI:1.7.1" )
43
43
44
44
// CDN
45
- implementation(" net.dzikoysk:cdn:1.14.6 " )
45
+ implementation(" net.dzikoysk:cdn:1.14.9 " )
46
46
47
47
// expressible
48
48
implementation(" org.panda-lang:expressible:1.3.6" )
@@ -52,17 +52,17 @@ dependencies {
52
52
53
53
// metrics and sentry
54
54
implementation(" org.bstats:bstats-bukkit:3.1.0" )
55
- implementation(" io.sentry:sentry:8.0 .0" )
55
+ implementation(" io.sentry:sentry:8.14 .0" )
56
56
57
57
// database
58
- implementation(" com.zaxxer:HikariCP:6.2.1 " )
58
+ implementation(" com.zaxxer:HikariCP:6.3.0 " )
59
59
implementation(" com.j256.ormlite:ormlite-jdbc:6.1" )
60
60
implementation(" com.h2database:h2:2.3.232" )
61
- implementation(" org.postgresql:postgresql:42.7.5 " )
61
+ implementation(" org.postgresql:postgresql:42.7.7 " )
62
62
63
63
// lombok
64
- compileOnly(" org.projectlombok:lombok:1.18.36 " )
65
- annotationProcessor(" org.projectlombok:lombok:1.18.36 " )
64
+ compileOnly(" org.projectlombok:lombok:1.18.38 " )
65
+ annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
66
66
67
67
// jetbrains annotations
68
68
api(" org.jetbrains:annotations:26.0.2" )
@@ -83,12 +83,12 @@ dependencies {
83
83
implementation(" com.eternalcode:eternalcode-commons-adventure:1.1.6" )
84
84
implementation(" com.eternalcode:eternalcode-commons-bukkit:1.1.6" )
85
85
86
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
87
- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.4 " )
88
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
86
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.1 " )
87
+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.13.1 " )
88
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.1 " )
89
89
90
- testImplementation(" org.testcontainers:junit-jupiter:1.20.4 " )
91
- testImplementation(" org.testcontainers:mysql:1.20.4 " )
90
+ testImplementation(" org.testcontainers:junit-jupiter:1.21.2 " )
91
+ testImplementation(" org.testcontainers:mysql:1.21.2 " )
92
92
testImplementation(" mysql:mysql-connector-java:8.0.33" )
93
93
}
94
94
0 commit comments