From 7c68e04133a4cb59d2cc20e2f144d9eb8e5750d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:03:37 +0000 Subject: [PATCH] chore: bump fr.maxlego08.shop:zshop-api from 3.3.3 to 3.3.4 Bumps [fr.maxlego08.shop:zshop-api](https://github.com/GroupeZ-dev/zShop) from 3.3.3 to 3.3.4. - [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.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 0332d75b..a49f9f34 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { } compileOnly("dev.aurelium:auraskills-api-bukkit:2.3.11") compileOnly("pl.minecodes.plots:plugin-api:4.6.2") - compileOnly("fr.maxlego08.shop:zshop-api:3.3.3") + compileOnly("fr.maxlego08.shop:zshop-api:3.3.4") compileOnly("fr.maxlego08.menu:zmenu-api:1.1.1.2") implementation("com.github.GriefPrevention:GriefPrevention:18.0.0")