11plugins {
22 `java- library`
3- id(" de.eldoria.plugin-yml.paper" ) version " 0.7.1 "
4- id(" xyz.jpenilla.run-paper" ) version " 3.0.0 "
5- id(" com.gradleup.shadow" ) version " 9.1.0 "
3+ id(" de.eldoria.plugin-yml.paper" ) version " 0.8.0 "
4+ id(" xyz.jpenilla.run-paper" ) version " 3.0.1 "
5+ id(" com.gradleup.shadow" ) version " 9.2.2 "
66}
77
88group = " com.eternalcode"
@@ -28,13 +28,13 @@ dependencies {
2828 paperLibrary(" dev.rollczi:liteskullapi:2.0.0" )
2929
3030 // gui
31- paperLibrary(" dev.triumphteam:triumph-gui-paper:3.1.13-SNAPSHOT " )
31+ paperLibrary(" dev.triumphteam:triumph-gui-paper:3.1.13" )
3232 paperLibrary(" de.rapha149.signgui:signgui:2.5.4" )
3333
3434 // configs
35- paperLibrary(" eu.okaeri:okaeri-configs-serdes-commons:5.0.9 " )
36- paperLibrary(" eu.okaeri:okaeri-configs-serdes-bukkit:5.0.9 " )
37- paperLibrary(" eu.okaeri:okaeri-configs-yaml-bukkit:5.0.9 " )
35+ paperLibrary(" eu.okaeri:okaeri-configs-serdes-commons:5.0.13 " )
36+ paperLibrary(" eu.okaeri:okaeri-configs-serdes-bukkit:5.0.13 " )
37+ paperLibrary(" eu.okaeri:okaeri-configs-yaml-bukkit:5.0.13 " )
3838
3939 // gitcheck
4040 paperLibrary(" com.eternalcode:gitcheck:1.0.0" )
@@ -45,18 +45,18 @@ dependencies {
4545 // database
4646 paperLibrary(" com.zaxxer:HikariCP:7.0.2" )
4747 paperLibrary(" com.j256.ormlite:ormlite-jdbc:6.1" )
48- paperLibrary(" com.h2database:h2:2.3.232 " )
49- paperLibrary(" org.postgresql:postgresql:42.7.7 " )
48+ paperLibrary(" com.h2database:h2:2.4.240 " )
49+ paperLibrary(" org.postgresql:postgresql:42.7.8 " )
5050
5151 // lombok
52- compileOnly(" org.projectlombok:lombok:1.18.40 " )
53- annotationProcessor(" org.projectlombok:lombok:1.18.40 " )
52+ compileOnly(" org.projectlombok:lombok:1.18.42 " )
53+ annotationProcessor(" org.projectlombok:lombok:1.18.42 " )
5454
5555 // jetbrains annotations
56- compileOnly(" org.jetbrains:annotations:26.0.2" )
56+ compileOnly(" org.jetbrains:annotations:26.0.2-1 " )
5757
5858 // jackson-bukkit
59- paperLibrary(" de.eldoria.jacksonbukkit:paper:1.2 .0" )
59+ paperLibrary(" de.eldoria.jacksonbukkit:paper:1.4 .0" )
6060
6161 // completable-futures
6262 paperLibrary(" com.spotify:completable-futures:0.3.6" )
@@ -73,9 +73,9 @@ dependencies {
7373 // caffeine
7474 paperLibrary(" com.github.ben-manes.caffeine:caffeine:3.2.2" )
7575
76- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.4 " )
77- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.13.4 " )
78- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.4 " )
76+ testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.0 " )
77+ testImplementation(" org.junit.jupiter:junit-jupiter-params:6.0.0 " )
78+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.0 " )
7979 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
8080
8181 testImplementation(" org.testcontainers:junit-jupiter:1.21.3" )
0 commit comments