diff --git a/core/build.gradle b/core/build.gradle index fc3ca168..70438c88 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -12,8 +12,9 @@ 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.8.2-SNAPSHOT' - compileOnly 'su.nightexpress.excellentshop:Core:4.22.0' + dependabot/gradle/world.bentobox-bentobox-3.9.3-SNAPSHOT + compileOnly 'world.bentobox:bentobox:3.9.3-SNAPSHOT' + compileOnly 'su.nightexpress.excellentshop:Core:4.21.2' compileOnly("io.github.fabiozumbi12.RedProtect:RedProtect-Core:8.1.2") { exclude(group: "*") } compileOnly("io.github.fabiozumbi12.RedProtect:RedProtect-Spigot:8.1.2") { exclude(group: "*") } implementation 'com.github.maiminhdung:zShop-API:9cb1b3e140'