From b0c775be6f9fa8f2eb20e3278a7bb8b7e0a66c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 18:07:05 +0000 Subject: [PATCH] chore: bump fr.maxlego08.menu:zmenu-api from 1.1.1.3 to 1.1.1.4 Bumps [fr.maxlego08.menu:zmenu-api](https://github.com/MaxLego08/zMenu) from 1.1.1.3 to 1.1.1.4. - [Release notes](https://github.com/MaxLego08/zMenu/releases) - [Changelog](https://github.com/Maxlego08/zMenu/blob/main/changelog.md) - [Commits](https://github.com/MaxLego08/zMenu/commits/1.1.1.4) --- updated-dependencies: - dependency-name: fr.maxlego08.menu:zmenu-api dependency-version: 1.1.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b805f067..7adebdaa 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { compileOnly("dev.aurelium:auraskills-api-bukkit:2.3.12") compileOnly("pl.minecodes.plots:plugin-api:4.6.2") compileOnly("fr.maxlego08.shop:zshop-api:3.3.4") - compileOnly("fr.maxlego08.menu:zmenu-api:1.1.1.3") + compileOnly("fr.maxlego08.menu:zmenu-api:1.1.1.4") implementation("com.github.GriefPrevention:GriefPrevention:18.0.0") implementation("com.github.IncrediblePlugins:LandsAPI:7.25.4")