From 7b763938380cb1fb046b0b55af88bb2f11e31b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:56:37 +0000 Subject: [PATCH] chore: bump fr.maxlego08.menu:zmenu-api from 1.1.0.6 to 1.1.0.8 Bumps [fr.maxlego08.menu:zmenu-api](https://github.com/MaxLego08/zMenu) from 1.1.0.6 to 1.1.0.8. - [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.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... 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..25faaab 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -21,7 +21,7 @@ dependencies { compileOnly 'dev.aurelium:auraskills-api-bukkit:2.3.9' compileOnly 'pl.minecodes.plots:plugin-api:4.6.2' compileOnly("fr.maxlego08.shop:zshop-api:3.3.1") - compileOnly("fr.maxlego08.menu:zmenu-api:1.1.0.6") + compileOnly("fr.maxlego08.menu:zmenu-api:1.1.0.8") // Implementation dependencies implementation 'com.github.GriefPrevention:GriefPrevention:18.0.0'