From f31d4853bb7d9fbbacc51f758f0bab31864c95c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 01:26:00 +0000 Subject: [PATCH] chore: bump com.github.IncrediblePlugins:LandsAPI from 7.23.0 to 7.24.1 Bumps com.github.IncrediblePlugins:LandsAPI from 7.23.0 to 7.24.1. --- updated-dependencies: - dependency-name: com.github.IncrediblePlugins:LandsAPI dependency-version: 7.24.1 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 f31707a8..39cb5335 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { compileOnly("fr.maxlego08.menu:zmenu-api:1.1.0.9") implementation("com.github.GriefPrevention:GriefPrevention:18.0.0") - implementation("com.github.IncrediblePlugins:LandsAPI:7.23.0") + implementation("com.github.IncrediblePlugins:LandsAPI:7.24.1") implementation("com.github.Xyness:SimpleClaimSystem:1.12.3.4") implementation("com.github.Zrips:Residence:6.0.0.1") { exclude(group = "org.bukkit")