From d788948ce9a51e2e6d1fd50470df976c4be95d2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 16:53:59 +0000 Subject: [PATCH] chore: bump fr.maxlego08.menu:zmenu-api from 1.1.1.4 to 1.1.1.5 Bumps [fr.maxlego08.menu:zmenu-api](https://github.com/MaxLego08/zMenu) from 1.1.1.4 to 1.1.1.5. - [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) --- updated-dependencies: - dependency-name: fr.maxlego08.menu:zmenu-api dependency-version: 1.1.1.5 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 b53f32a2..58724f3a 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -35,7 +35,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.4") + compileOnly("fr.maxlego08.menu:zmenu-api:1.1.1.5") implementation("com.github.GriefPrevention:GriefPrevention:18.0.0") implementation("com.github.IncrediblePlugins:LandsAPI:7.25.4")