@@ -28,12 +28,12 @@ plugins {
2828 id ' java'
2929 id ' maven-publish'
3030 id " com.github.johnrengelman.shadow" version " 8.1.1"
31- id " net.kyori.indra.license-header" version " 3.1.2 "
31+ 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'
36+ version = ' 2.3.1 '
3737description = ' RocketPlaceholders'
3838
3939ext {
@@ -51,38 +51,36 @@ repositories {
5151}
5252
5353dependencies {
54- compileOnly(" org.spigotmc:spigot-api:1.20.1 -R0.1-SNAPSHOT" )
55- compileOnly(" me.clip:placeholderapi:2.11.3 " )
56- compileOnly(' org.jetbrains:annotations:24.0.1 ' )
54+ compileOnly(" org.spigotmc:spigot-api:1.21 -R0.1-SNAPSHOT" )
55+ compileOnly(" me.clip:placeholderapi:2.11.6 " )
56+ compileOnly(' org.jetbrains:annotations:24.1.0 ' )
5757 compileOnly(" com.github.MilkBowl:VaultAPI:1.7.1" )
5858 compileOnly(" be.maximvdw:MVdWPlaceholderAPI:3.0.1-SNAPSHOT" ) {
5959 exclude module : ' spigot'
6060 }
6161
6262 implementation(" io.github.slimjar:slimjar:1.2.8" )
6363 implementation(" com.github.glyart:mystral:1.4.6-SNAPSHOT" )
64- implementation(" dev.triumphteam:triumph-gui:3.2" )
64+ implementation(" dev.triumphteam:triumph-gui:3.2.2 " )
6565 implementation(" org.bstats:bstats-bukkit:3.0.2" )
66- implementation(' com.github.cryptomorin:XSeries:9.4 .0' )
67- implementation(' net.kyori:adventure-api:4.14 .0' )
68- implementation(' net.kyori:adventure-text-serializer-legacy:4.14 .0' )
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' )
6969 implementation(" com.github.l1m0n3:HexiTextLib:b9e30055b7" ) {
7070 exclude module : " annotations"
7171 }
7272
73- slim(" mysql:mysql-connector-java :8.0.33 " )
74- slim(" commons-io:commons-io:2.13.0 " )
73+ slim(" com. mysql:mysql-connector-j :8.4.0 " )
74+ slim(" commons-io:commons-io:2.16.1 " )
7575}
7676
7777shadowJar {
7878 relocate(" com.glyart.mystral" , " ${ libsBase} mystral" )
7979 relocate(" org.checkerframework" , " ${ libsBase} checkerframework" )
8080 relocate(" com.zaxxer.hikari" , " ${ libsBase} hikari" )
81- relocate(" com.google.gson" , " ${ libsBase} gson" )
8281 relocate(" org.bstats" , " ${ libsBase} bstats" )
8382 relocate(" dev.triumphteam.gui" , " ${ libsBase} gui" )
84- relocate(" net.kyori.adventure" , " ${ libsBase} adventure" )
85- relocate(" net.kyori.examination" , " ${ libsBase} examination" )
83+ relocate(" net.kyori" , " ${ libsBase} kyori" )
8684 relocate(" com.cryptomorin.xseries" , " ${ libsBase} xseries" )
8785 relocate(" io.github.slimjar" , " ${ libsBase} slimjar" )
8886 relocate(" com.haroldstudios.hexitextlib" , " ${ libsBase} hex" )
@@ -91,7 +89,6 @@ shadowJar {
9189}
9290
9391slimJar {
94- relocate(" com.mysql" , " ${ libsBase} mysql" )
9592 relocate(" org.apache.commons.io" ," ${ libsBase} io" )
9693}
9794
0 commit comments