From d5bb346d7fe31979cd94db33c5afd53dd9aa7c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 14:28:03 +0000 Subject: [PATCH] chore: bump world.bentobox:bentobox Bumps world.bentobox:bentobox from 3.7.1-SNAPSHOT to 3.7.4-SNAPSHOT. --- updated-dependencies: - dependency-name: world.bentobox:bentobox dependency-version: 3.7.4-SNAPSHOT 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 7c1f374f..4b1c4de5 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -12,7 +12,7 @@ dependencies { compileOnly 'com.github.MilkBowl:VaultAPI:1.7.1' compileOnly 'su.nightexpress.coinsengine:CoinsEngine:2.5.0' compileOnly 'com.github.Gypopo:EconomyShopGUI-API:1.8.0' - compileOnly 'world.bentobox:bentobox:3.7.1-SNAPSHOT' + compileOnly 'world.bentobox:bentobox:3.7.4-SNAPSHOT' compileOnly 'su.nightexpress.excellentshop:Core:4.19.0' compileOnly("io.github.fabiozumbi12.RedProtect:RedProtect-Core:8.1.2") { exclude(group: "*") } compileOnly("io.github.fabiozumbi12.RedProtect:RedProtect-Spigot:8.1.2") { exclude(group: "*") }