From 45fcbf636d9b67408dda5678e30170b59b0083ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 17:39:39 +0000 Subject: [PATCH] chore: bump com.github.IncrediblePlugins:LandsAPI from 7.19.15 to 7.23.1 Bumps [com.github.IncrediblePlugins:LandsAPI](https://github.com/IncrediblePlugins/LandsAPI) from 7.19.15 to 7.23.1. - [Release notes](https://github.com/IncrediblePlugins/LandsAPI/releases) - [Commits](https://github.com/IncrediblePlugins/LandsAPI/compare/7.19.15...7.23.1) --- updated-dependencies: - dependency-name: com.github.IncrediblePlugins:LandsAPI dependency-version: 7.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5109fc1..7ba3dbf 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -25,7 +25,7 @@ dependencies { // Implementation dependencies implementation 'com.github.GriefPrevention:GriefPrevention:18.0.0' - implementation 'com.github.IncrediblePlugins:LandsAPI:7.19.15' + implementation 'com.github.IncrediblePlugins:LandsAPI:7.23.1' implementation 'com.github.Xyness:SimpleClaimSystem:1.12.3.2' implementation("com.github.Zrips:Residence:6.0.0.1") { exclude group: "org.bukkit" }