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

Bumps io.papermc.paper:paper-api from 1.21.6-R0.1-SNAPSHOT to 1.21.7-R0.1-SNAPSHOT.

---
updated-dependencies:
- dependency-name: io.papermc.paper:paper-api
  dependency-version: 1.21.7-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-03 19:58:00 +00:00
committed by GitHub
parent 04b2f352f6
commit 6451d67ae5
+2 -2
View File
@@ -65,12 +65,12 @@ repositories {
}
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'
implementation 'io.papermc:paperlib:1.0.8'
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
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'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'
}