Skip to content

Commit b3995c2

Browse files
chore(deps): Bump io.papermc.paper:paper-api (#388)
Bumps io.papermc.paper:paper-api from 26.1.2.build.70-stable to 26.1.2.build.72-stable. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-version: 26.1.2.build.72-stable 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 d3b53f9 commit b3995c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ repositories {
6565
val mockitoAgent by configurations.creating
6666

6767
dependencies {
68-
compileOnly("io.papermc.paper:paper-api:26.1.2.build.70-stable")
68+
compileOnly("io.papermc.paper:paper-api:26.1.2.build.72-stable")
6969

7070
// Code quality and unit testing. Not required for code functionality.
7171
compileOnly("com.github.spotbugs:spotbugs-annotations:4.10.2")
7272
spotbugsPlugins("com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0")
7373
testCompileOnly("com.github.spotbugs:spotbugs-annotations:4.10.2")
74-
testImplementation("io.papermc.paper:paper-api:26.1.2.build.70-stable")
74+
testImplementation("io.papermc.paper:paper-api:26.1.2.build.72-stable")
7575
testImplementation("org.junit.jupiter:junit-jupiter:6.1.0")
7676
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0")
7777

0 commit comments

Comments
 (0)