From aa007e88b54a489147305da3778cae899e9681db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 05:39:14 +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 c9885ad7..610acbd7 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -41,7 +41,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")