From b865c54c699946c9cbc3d8de5c121ecd965003fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:25:32 +0000 Subject: [PATCH] chore: bump com.palmergames.bukkit.towny:towny Bumps [com.palmergames.bukkit.towny:towny](https://github.com/TownyAdvanced/Towny) from 0.102.0.0 to 0.102.0.1. - [Release notes](https://github.com/TownyAdvanced/Towny/releases) - [Commits](https://github.com/TownyAdvanced/Towny/compare/0.102.0.0...0.102.0.1) --- updated-dependencies: - dependency-name: com.palmergames.bukkit.towny:towny dependency-version: 0.102.0.1 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 e944bafa..c8bc497d 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -7,7 +7,7 @@ dependencies { compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.14-SNAPSHOT' compileOnly 'com.sk89q.worldedit:worldedit-bukkit:7.3.17-SNAPSHOT' compileOnly("com.github.brcdev-minecraft:shopgui-api:3.2.0") { exclude(group: "*") } - compileOnly 'com.palmergames.bukkit.towny:towny:0.102.0.0' + compileOnly 'com.palmergames.bukkit.towny:towny:0.102.0.1' compileOnly 'com.bgsoftware:SuperiorSkyblockAPI:2025.2.1' compileOnly 'com.github.MilkBowl:VaultAPI:1.7.1' compileOnly 'su.nightexpress.coinsengine:CoinsEngine:2.6.0'