From c709caa7644dfa63a89c9a1ed3794ea304cb1b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 09:23:51 +0000 Subject: [PATCH] chore: bump com.github.Xyness:SimpleClaimSystem Bumps [com.github.Xyness:SimpleClaimSystem](https://github.com/Xyness/SimpleClaimSystem) from 1.12.3.2 to 1.12.3.4. - [Release notes](https://github.com/Xyness/SimpleClaimSystem/releases) - [Commits](https://github.com/Xyness/SimpleClaimSystem/compare/1.12.3.2...1.12.3.4) --- updated-dependencies: - dependency-name: com.github.Xyness:SimpleClaimSystem dependency-version: 1.12.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index a1adb81f..9b585bf9 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -26,7 +26,7 @@ dependencies { // Implementation dependencies implementation 'com.github.GriefPrevention:GriefPrevention:18.0.0' implementation 'com.github.IncrediblePlugins:LandsAPI:7.23.0' - implementation 'com.github.Xyness:SimpleClaimSystem:1.12.3.2' + implementation 'com.github.Xyness:SimpleClaimSystem:1.12.3.4' implementation("com.github.Zrips:Residence:6.0.0.1") { exclude group: "org.bukkit" } compileOnly("io.lumine:Mythic-Dist:5.11.2")