From da0250ef37f2565c914f4e359a73f9e9d28ead56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 17:06:19 +0000 Subject: [PATCH] chore: bump com.github.Xyness:SimpleClaimSystem from 1.13.0.9 to 1.13.1 Bumps com.github.Xyness:SimpleClaimSystem from 1.13.0.9 to 1.13.1. --- updated-dependencies: - dependency-name: com.github.Xyness:SimpleClaimSystem dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 92b01a0f..e97008f7 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { implementation("com.github.GriefPrevention:GriefPrevention:18.0.0") implementation("com.github.IncrediblePlugins:LandsAPI:7.25.4") implementation("com.github.Xyness:SimpleClaimSystem-API:v2.5.10") - implementation("com.github.Xyness:SimpleClaimSystem:1.13.0.9") + implementation("com.github.Xyness:SimpleClaimSystem:1.13.1") implementation("com.github.Zrips:Residence:6.0.0.1") { exclude(group = "org.bukkit") }