From 9d70cb512c3286819d326658138eae801b222f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:57:29 +0000 Subject: [PATCH] chore: bump fr.maxlego08.menu:zmenu-api from 1.1.0.9 to 1.1.1.0 Bumps [fr.maxlego08.menu:zmenu-api](https://github.com/MaxLego08/zMenu) from 1.1.0.9 to 1.1.1.0. - [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.0 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 b825dc19..8487aa4d 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -38,7 +38,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.2") - compileOnly("fr.maxlego08.menu:zmenu-api:1.1.0.9") + compileOnly("fr.maxlego08.menu:zmenu-api:1.1.1.0") implementation("com.github.GriefPrevention:GriefPrevention:18.0.0") implementation("com.github.IncrediblePlugins:LandsAPI:7.24.1")