diff --git a/build.gradle b/build.gradle index c996a24..a54987a 100644 --- a/build.gradle +++ b/build.gradle @@ -56,12 +56,12 @@ repositories { } dependencies { - compileOnly 'io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT' + compileOnly 'io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.2' implementation 'io.papermc:paperlib:1.0.8' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0' testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.2' - testImplementation 'io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT' + testImplementation 'io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1' }