deps: bump io.papermc.paper:paper-api from 1.21.6-R0.1-SNAPSHOT to 1.21.7-R0.1-SNAPSHOT #4

Merged
dependabot[bot] merged 1 commits from dependabot/gradle/main/io.papermc.paper-paper-api-1.21.7-R0.1-SNAPSHOT into main 2025-07-03 20:15:49 +00:00
+2 -2
View File
@@ -65,12 +65,12 @@ repositories {
} }
dependencies { dependencies {
compileOnly 'io.papermc.paper:paper-api:1.21.6-R0.1-SNAPSHOT' compileOnly 'io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT'
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
implementation 'io.papermc:paperlib:1.0.8' implementation 'io.papermc:paperlib:1.0.8'
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3' testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
testImplementation 'io.papermc.paper:paper-api:1.21.6-R0.1-SNAPSHOT' testImplementation 'io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'
} }