diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle index eccfb408..de302944 100644 --- a/spark-bukkit/build.gradle +++ b/spark-bukkit/build.gradle @@ -4,7 +4,7 @@ plugins { dependencies { implementation project(':spark-common') - implementation 'net.kyori:adventure-platform-bukkit:4.3.1' + implementation 'net.kyori:adventure-platform-bukkit:4.3.3' compileOnly 'com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT' // placeholders diff --git a/spark-bungeecord/build.gradle b/spark-bungeecord/build.gradle index 4af5f527..1a279eba 100644 --- a/spark-bungeecord/build.gradle +++ b/spark-bungeecord/build.gradle @@ -4,7 +4,7 @@ plugins { dependencies { implementation project(':spark-common') - implementation 'net.kyori:adventure-platform-bungeecord:4.3.1' + implementation 'net.kyori:adventure-platform-bungeecord:4.3.3' compileOnly 'net.md-5:bungeecord-api:1.16-R0.4' }