From 66ec23255564fa6b46a59ab7ed9900adb6d8ecc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:04:18 +0000 Subject: [PATCH] chore: bump world.bentobox:bentobox from 3.12.0 to 3.13.0 Bumps world.bentobox:bentobox from 3.12.0 to 3.13.0. --- updated-dependencies: - dependency-name: world.bentobox:bentobox dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..f79f4efe 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") compileOnly("su.nightexpress.coinsengine:CoinsEngine:2.6.0") compileOnly("com.github.Gypopo:EconomyShopGUI-API:1.9.0") - compileOnly("world.bentobox:bentobox:3.12.0") + compileOnly("world.bentobox:bentobox:3.13.0") compileOnly("su.nightexpress.excellentshop:Core:4.22.0") compileOnly("io.github.fabiozumbi12.RedProtect:RedProtect-Core:8.1.2") { exclude(group = "*")