@@ -4,7 +4,7 @@ plugins {
44 `java- library`
55 id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
66 id(" net.minecrell.plugin-yml.bukkit" ) version " 0.6.0"
7- id(" xyz.jpenilla.run-paper" ) version " 2.1 .0"
7+ id(" xyz.jpenilla.run-paper" ) version " 2.2 .0"
88}
99
1010subprojects {
@@ -57,7 +57,7 @@ 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.3.0 " )
60+ implementation(" net.kyori:adventure-platform-bukkit:4.3.1 " )
6161 implementation(" net.kyori:adventure-text-minimessage:4.14.0" )
6262
6363 // LiteCommands & CDN
@@ -68,7 +68,7 @@ project(":chat-formatter") {
6868 implementation(" org.bstats:bstats-bukkit:3.0.2" )
6969
7070 // PlaceholderAPI & Vault
71- compileOnly(" me.clip:placeholderapi:2.11.3 " )
71+ compileOnly(" me.clip:placeholderapi:2.11.4 " )
7272 compileOnly(" com.github.MilkBowl:VaultAPI:1.7.1" )
7373
7474 // GitCheck
@@ -164,7 +164,7 @@ project(":chat-formatter-test") {
164164 dependencies {
165165 testImplementation(project(" :chat-formatter" ))
166166
167- testImplementation(" net.kyori:adventure-platform-bukkit:4.3.0 " )
167+ testImplementation(" net.kyori:adventure-platform-bukkit:4.3.1 " )
168168 testImplementation(" net.kyori:adventure-text-minimessage:4.14.0" )
169169 testImplementation(" net.dzikoysk:cdn:1.14.4" )
170170 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.0" )
0 commit comments