From 6d721cf8fc29223283a2346f311cc05ee96fbc19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:33:19 +0000 Subject: [PATCH] chore: bump com.github.IncrediblePlugins:LandsAPI from 7.24.1 to 7.25.4 Bumps com.github.IncrediblePlugins:LandsAPI from 7.24.1 to 7.25.4. --- updated-dependencies: - dependency-name: com.github.IncrediblePlugins:LandsAPI dependency-version: 7.25.4 dependency-type: direct:production update-type: version-update:semver-minor ... 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 a9e59ec6..a3e51e48 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { compileOnly("fr.maxlego08.menu:zmenu-api:1.1.1.2") implementation("com.github.GriefPrevention:GriefPrevention:18.0.0") - implementation("com.github.IncrediblePlugins:LandsAPI:7.24.1") + implementation("com.github.IncrediblePlugins:LandsAPI:7.25.4") implementation("com.github.Xyness:SimpleClaimSystem:1.12.3.4") implementation("com.github.Zrips:Residence:6.0.0.1") { exclude(group = "org.bukkit")