Skip to content

Commit bdf357e

Browse files
deps: bump io.papermc.paper:paper-api (#264)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64a7bf5 commit bdf357e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ repositories {
6565
}
6666

6767
dependencies {
68-
compileOnly 'io.papermc.paper:paper-api:1.21.6-R0.1-SNAPSHOT'
68+
compileOnly 'io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT'
6969
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
7070
implementation 'io.papermc:paperlib:1.0.8'
7171
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
7272
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
73-
testImplementation 'io.papermc.paper:paper-api:1.21.6-R0.1-SNAPSHOT'
73+
testImplementation 'io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT'
7474
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
7575
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.2'
7676
}

0 commit comments

Comments
 (0)