Skip to content

Commit 201703a

Browse files
chore(deps): Bump io.papermc.paper:paper-api (#419)
Bumps io.papermc.paper:paper-api from 26.2.build.91-stable to 26.2.build.112-stable. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-version: 26.2.build.111-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 52f5b23 commit 201703a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ repositories {
6464
val mockitoAgent = configurations.create("mockitoAgent")
6565

6666
dependencies {
67-
compileOnly("io.papermc.paper:paper-api:26.2.build.91-stable")
67+
compileOnly("io.papermc.paper:paper-api:26.2.build.112-stable")
6868

6969
// Code quality and unit testing. Not required for code functionality.
7070
compileOnly("com.github.spotbugs:spotbugs-annotations:4.10.3")
7171
spotbugsPlugins("com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0")
7272
testCompileOnly("com.github.spotbugs:spotbugs-annotations:4.10.3")
73-
testImplementation("io.papermc.paper:paper-api:26.2.build.91-stable")
73+
testImplementation("io.papermc.paper:paper-api:26.2.build.112-stable")
7474
testImplementation("org.junit.jupiter:junit-jupiter:6.1.3")
7575
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.2")
7676

@@ -101,7 +101,7 @@ testing {
101101

102102
dependencies {
103103
implementation(sourceSets.main.get().output)
104-
implementation("io.papermc.paper:paper-api:26.2.build.91-stable")
104+
implementation("io.papermc.paper:paper-api:26.2.build.112-stable")
105105
}
106106

107107
targets {

0 commit comments

Comments
 (0)