From 24ec7beb52ec57418724396f5b03e22b165e6a5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 17:00:39 +0000 Subject: [PATCH] chore: bump fr.maxlego08.shop:zshop-api from 3.3.4 to 3.3.5 Bumps [fr.maxlego08.shop:zshop-api](https://github.com/GroupeZ-dev/zShop) from 3.3.4 to 3.3.5. - [Changelog](https://github.com/GroupeZ-dev/zShop/blob/main/changelog.md) - [Commits](https://github.com/GroupeZ-dev/zShop/commits) --- updated-dependencies: - dependency-name: fr.maxlego08.shop:zshop-api dependency-version: 3.3.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 9495e1d1..b27d6851 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -38,7 +38,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.shop:zshop-api:3.3.5") compileOnly("fr.maxlego08.menu:zmenu-api:1.1.1.6") implementation("com.github.GriefPrevention:GriefPrevention:18.0.0")