@@ -30,8 +30,8 @@ dependencies {
3030 compileOnly(" org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT" )
3131 implementation(" net.kyori:adventure-platform-bukkit:4.3.4" )
3232 implementation(" net.kyori:adventure-text-minimessage:4.18.0" )
33- implementation(" dev.rollczi:litecommands-bukkit:3.9.5 " )
34- implementation(" dev.rollczi:litecommands-adventure:3.9.5 " )
33+ implementation(" dev.rollczi:litecommands-bukkit:3.9.7 " )
34+ implementation(" dev.rollczi:litecommands-adventure:3.9.7 " )
3535
3636 // skull api
3737 implementation(" dev.rollczi:liteskullapi:1.3.0" )
@@ -53,7 +53,7 @@ dependencies {
5353
5454 // metrics and sentry
5555 implementation(" org.bstats:bstats-bukkit:3.1.0" )
56- implementation(" io.sentry:sentry:7.19.1 " )
56+ implementation(" io.sentry:sentry:7.20.0 " )
5757
5858 // database
5959 implementation(" com.zaxxer:HikariCP:6.2.1" )
@@ -81,8 +81,8 @@ dependencies {
8181 implementation(" com.spotify:completable-futures:0.3.6" )
8282
8383 // eternalcode-commons
84- implementation(" com.eternalcode:eternalcode-commons-adventure:1.1.4 " )
85- implementation(" com.eternalcode:eternalcode-commons-bukkit:1.1.4 " )
84+ implementation(" com.eternalcode:eternalcode-commons-adventure:1.1.5 " )
85+ implementation(" com.eternalcode:eternalcode-commons-bukkit:1.1.5 " )
8686
8787 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4" )
8888 testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.4" )
9898}
9999
100100checkstyle {
101- toolVersion = " 10.21.0 "
101+ toolVersion = " 10.21.1 "
102102
103103 configFile = file(" ${rootDir} /config/checkstyle/checkstyle.xml" )
104104
0 commit comments