From d378cca6f3a94ea7b16aebbd6011984828ed2ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:47:36 +0000 Subject: [PATCH] chore: bump com.github.Xyness:SimpleClaimSystem-API Bumps [com.github.Xyness:SimpleClaimSystem-API](https://github.com/Xyness/SimpleClaimSystem-API) from v2.1.1 to v2.1.4. - [Commits](https://github.com/Xyness/SimpleClaimSystem-API/compare/v2.1.1...v2.1.4) --- updated-dependencies: - dependency-name: com.github.Xyness:SimpleClaimSystem-API dependency-version: v2.1.4 dependency-type: direct:production ... 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 09ba11f2..4f8e7ae4 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -45,7 +45,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.1.1") + implementation("com.github.Xyness:SimpleClaimSystem-API:v2.1.4") implementation("com.github.Xyness:SimpleClaimSystem:1.13.0.1") implementation("com.github.Zrips:Residence:6.0.0.1") { exclude(group = "org.bukkit")