diff --git a/build.gradle b/build.gradle index fcd2ba3..6aa81d3 100644 --- a/build.gradle +++ b/build.gradle @@ -64,12 +64,12 @@ repositories { } dependencies { - compileOnly 'io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT' + compileOnly 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6' implementation 'io.papermc:paperlib:1.0.8' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0' testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6' - testImplementation 'io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT' + testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.4' }