@@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
22
33plugins {
44 `java- library`
5- id(" com.github.johnrengelman.shadow" ) version " 8.1.0 "
5+ id(" com.github.johnrengelman.shadow" ) version " 8.1.1 "
66 id(" net.minecrell.plugin-yml.bukkit" ) version " 0.5.3"
77 id(" xyz.jpenilla.run-paper" ) version " 2.0.1"
88}
@@ -57,18 +57,18 @@ project(":chat-formatter") {
5757 compileOnly(" org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT" )
5858
5959 // Kyori Adventure & MiniMessage
60- implementation(" net.kyori:adventure-platform-bukkit:4.2 .0" )
61- implementation(" net.kyori:adventure-text-minimessage:4.12 .0" )
60+ implementation(" net.kyori:adventure-platform-bukkit:4.3 .0" )
61+ implementation(" net.kyori:adventure-text-minimessage:4.13 .0" )
6262
6363 // LiteCommands & CDN
6464 implementation(" dev.rollczi.litecommands:bukkit:2.8.6" )
6565 implementation(" net.dzikoysk:cdn:1.14.4" )
6666
6767 // bStats
68- implementation(" org.bstats:bstats-bukkit:3.0.1 " )
68+ implementation(" org.bstats:bstats-bukkit:3.0.2 " )
6969
7070 // PlaceholderAPI & Vault
71- compileOnly(" me.clip:placeholderapi:2.11.2 " )
71+ compileOnly(" me.clip:placeholderapi:2.11.3 " )
7272 compileOnly(" com.github.MilkBowl:VaultAPI:1.7.1" )
7373
7474 // GitCheck
@@ -164,8 +164,8 @@ project(":chat-formatter-test") {
164164 dependencies {
165165 testImplementation(project(" :chat-formatter" ))
166166
167- testImplementation(" net.kyori:adventure-platform-bukkit:4.2 .0" )
168- testImplementation(" net.kyori:adventure-text-minimessage:4.12 .0" )
167+ testImplementation(" net.kyori:adventure-platform-bukkit:4.3 .0" )
168+ testImplementation(" net.kyori:adventure-text-minimessage:4.13 .0" )
169169 testImplementation(" net.dzikoysk:cdn:1.14.4" )
170170 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.2" )
171171 testImplementation(" org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT" )
0 commit comments