@@ -5,7 +5,7 @@ plugins {
55}
66
77group = " dev.plex"
8- version = " 1.5-SNAPSHOT "
8+ version = " 1.5"
99description = " Module-HTTPD"
1010
1111repositories {
@@ -30,21 +30,21 @@ repositories {
3030}
3131
3232dependencies {
33- implementation(" org.projectlombok:lombok:1.18.34 " )
34- annotationProcessor(" org.projectlombok:lombok:1.18.34 " )
35- implementation(" io.papermc.paper:paper-api:1.21.1 -R0.1-SNAPSHOT" )
36- implementation(" dev.plex:server:1.5-SNAPSHOT " )
37- implementation(" org.json:json:20240303 " )
33+ implementation(" org.projectlombok:lombok:1.18.38 " )
34+ annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
35+ implementation(" io.papermc.paper:paper-api:1.21.7 -R0.1-SNAPSHOT" )
36+ implementation(" dev.plex:server:1.5" )
37+ implementation(" org.json:json:20250517 " )
3838 implementation(" org.reflections:reflections:0.10.2" )
3939 implementation(" org.eclipse.jetty:jetty-server:12.0.14" )
4040 implementation(" org.eclipse.jetty.ee10:jetty-ee10-servlet:12.0.14" )
4141 implementation(" org.eclipse.jetty:jetty-proxy:12.0.14" )
4242 implementation(" com.github.MilkBowl:VaultAPI:1.7.1" ) {
4343 exclude(" org.bukkit" , " bukkit" )
4444 }
45- implementation(platform(" com.intellectualsites.bom:bom-newest:1.49 " )) // Ref: https://github.com/IntellectualSites/bom
46- compileOnly(" com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.11.2 " )
47- implementation(" commons-io:commons-io:2.17 .0" )
45+ implementation(platform(" com.intellectualsites.bom:bom-newest:1.52 " )) // Ref: https://github.com/IntellectualSites/bom
46+ compileOnly(" com.fastasyncworldedit:FastAsyncWorldEdit-Core" )
47+ implementation(" commons-io:commons-io:2.19 .0" )
4848}
4949
5050tasks.getByName<Jar >(" jar" ) {
0 commit comments