@@ -5,7 +5,7 @@ plugins {
55}
66
77group = " dev.plex"
8- version = " 1.5 "
8+ version = " 1.6 "
99description = " Module-HTTPD"
1010
1111repositories {
@@ -30,21 +30,21 @@ repositories {
3030}
3131
3232dependencies {
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 " )
33+ implementation(" org.projectlombok:lombok:1.18.42 " )
34+ annotationProcessor(" org.projectlombok:lombok:1.18.42 " )
35+ implementation(" io.papermc.paper:paper-api:1.21.10 -R0.1-SNAPSHOT" )
36+ implementation(" dev.plex:server:1.6 " )
3737 implementation(" org.json:json:20250517" )
3838 implementation(" org.reflections:reflections:0.10.2" )
39- implementation(" org.eclipse.jetty:jetty-server:12.0.14 " )
40- implementation(" org.eclipse.jetty.ee10:jetty-ee10-servlet:12.0.14 " )
41- implementation(" org.eclipse.jetty:jetty-proxy:12.0.14 " )
39+ implementation(" org.eclipse.jetty:jetty-server:12.1.3 " )
40+ implementation(" org.eclipse.jetty.ee10:jetty-ee10-servlet:12.1.3 " )
41+ implementation(" org.eclipse.jetty:jetty-proxy:12.1.3 " )
4242 implementation(" com.github.MilkBowl:VaultAPI:1.7.1" ) {
4343 exclude(" org.bukkit" , " bukkit" )
4444 }
45- implementation(platform(" com.intellectualsites.bom:bom-newest:1.52 " )) // Ref: https://github.com/IntellectualSites/bom
45+ implementation(platform(" com.intellectualsites.bom:bom-newest:1.55 " )) // Ref: https://github.com/IntellectualSites/bom
4646 compileOnly(" com.fastasyncworldedit:FastAsyncWorldEdit-Core" )
47- implementation(" commons-io:commons-io:2.19 .0" )
47+ implementation(" commons-io:commons-io:2.20 .0" )
4848}
4949
5050tasks.getByName<Jar >(" jar" ) {
0 commit comments