@@ -27,13 +27,13 @@ import org.apache.tools.ant.filters.ReplaceTokens
2727plugins {
2828 id ' java'
2929 id ' maven-publish'
30- id " com.github.johnrengelman. shadow" version " 8.1.1 "
30+ id " com.gradleup. shadow" version " 8.3.6 "
3131 id " net.kyori.indra.license-header" version " 3.1.3"
3232 id " io.github.slimjar" version " 1.3.0"
3333}
3434
3535group = ' me.lorenzo0111'
36- version = ' 2.3.1 '
36+ version = ' 2.3.2 '
3737description = ' RocketPlaceholders'
3838
3939ext {
@@ -51,9 +51,9 @@ repositories {
5151}
5252
5353dependencies {
54- compileOnly(" org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT" )
54+ compileOnly(" org.spigotmc:spigot-api:1.21.4 -R0.1-SNAPSHOT" )
5555 compileOnly(" me.clip:placeholderapi:2.11.6" )
56- compileOnly(' org.jetbrains:annotations:24.1.0 ' )
56+ compileOnly(' org.jetbrains:annotations:26.0.2 ' )
5757 compileOnly(" com.github.MilkBowl:VaultAPI:1.7.1" )
5858 compileOnly(" be.maximvdw:MVdWPlaceholderAPI:3.0.1-SNAPSHOT" ) {
5959 exclude module : ' spigot'
@@ -62,16 +62,16 @@ dependencies {
6262 implementation(" io.github.slimjar:slimjar:1.2.8" )
6363 implementation(" com.github.glyart:mystral:1.4.6-SNAPSHOT" )
6464 implementation(" dev.triumphteam:triumph-gui:3.2.2" )
65- implementation(" org.bstats:bstats-bukkit:3.0.2 " )
66- implementation(' com.github.cryptomorin:XSeries:11 .0.0' )
67- implementation(' net.kyori:adventure-api:4.17 .0' )
68- implementation(' net.kyori:adventure-text-serializer-legacy:4.17 .0' )
65+ implementation(" org.bstats:bstats-bukkit:3.1.0 " )
66+ implementation(' com.github.cryptomorin:XSeries:13 .0.0' )
67+ implementation(' net.kyori:adventure-api:4.19 .0' )
68+ implementation(' net.kyori:adventure-text-serializer-legacy:4.19 .0' )
6969 implementation(" com.github.l1m0n3:HexiTextLib:b9e30055b7" ) {
7070 exclude module : " annotations"
7171 }
7272
73- slim(" com.mysql:mysql-connector-j:8.4 .0" )
74- slim(" commons-io:commons-io:2.16.1 " )
73+ slim(" com.mysql:mysql-connector-j:9.2 .0" )
74+ slim(" commons-io:commons-io:2.18.0 " )
7575}
7676
7777shadowJar {
@@ -94,9 +94,9 @@ slimJar {
9494
9595javadoc {
9696 options. links(
97- ' https://javadoc.io/static/org.jetbrains/annotations/21 .0.1 /' ,
97+ ' https://javadoc.io/static/org.jetbrains/annotations/26 .0.2 /' ,
9898 ' https://docs.oracle.com/en/java/javase/16/docs/api/' ,
99- ' https://jd.papermc.io/paper/1.19 /'
99+ ' https://jd.papermc.io/paper/1.21.4 /'
100100 )
101101 options. addStringOption(' Xdoclint:none' , ' -quiet' )
102102 source = sourceSets. main. allJava
0 commit comments