From 347a1d50bda86b77610a93d32a62f90369e8094f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:20:23 +0000 Subject: [PATCH] Bump io.papermc.paper:paper-api Bumps io.papermc.paper:paper-api from 1.20.4-R0.1-SNAPSHOT to 1.20.5-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 60bb4c9..e6ab172 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ repositories { } dependencies { - compileOnly 'io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT' + compileOnly 'io.papermc.paper:paper-api:1.20.5-R0.1-SNAPSHOT' compileOnly 'io.github.miniplaceholders:miniplaceholders-api:2.2.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'