deps: bump io.papermc.paper:paper-api

Bumps io.papermc.paper:paper-api from 1.21.4-R0.1-SNAPSHOT to 1.21.8-R0.1-SNAPSHOT.

---
updated-dependencies:
- dependency-name: io.papermc.paper:paper-api
  dependency-version: 1.21.8-R0.1-SNAPSHOT
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-21 06:06:57 +00:00
committed by GitHub
parent d5bb520e5e
commit f20832ce30
+2 -2
View File
@@ -70,7 +70,7 @@ repositories {
} }
dependencies { dependencies {
compileOnly 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT' compileOnly 'io.papermc.paper:paper-api:1.21.8-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'
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.9' compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.9'
@@ -78,7 +78,7 @@ dependencies {
compileOnly 'me.clip:placeholderapi:2.11.6' compileOnly 'me.clip:placeholderapi:2.11.6'
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.4-R0.1-SNAPSHOT' testImplementation 'io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
} }