From aa2579876399c6a10cbc9bc0243b0ae24db58d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 14:19:18 +0000 Subject: [PATCH] Bump com.palmergames.bukkit.towny:towny from 0.100.0.20 to 0.100.2.1 Bumps [com.palmergames.bukkit.towny:towny](https://github.com/TownyAdvanced/Towny) from 0.100.0.20 to 0.100.2.1. - [Release notes](https://github.com/TownyAdvanced/Towny/releases) - [Commits](https://github.com/TownyAdvanced/Towny/compare/0.100.0.20...0.100.2.1) --- updated-dependencies: - dependency-name: com.palmergames.bukkit.towny:towny dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- FlightControl/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlightControl/build.gradle b/FlightControl/build.gradle index bf0508cf..2fa20eef 100644 --- a/FlightControl/build.gradle +++ b/FlightControl/build.gradle @@ -27,7 +27,7 @@ dependencies { } compileOnly ("com.intellectualsites.plotsquared:plotsquared-core") { exclude(group: "*") } compileOnly ("com.intellectualsites.plotsquared:plotsquared-bukkit") { exclude(group: "*") } - compileOnly ('com.palmergames.bukkit.towny:towny:0.100.0.20') { exclude(group: "*") } // https://github.com/TownyAdvanced/Towny + compileOnly ('com.palmergames.bukkit.towny:towny:0.100.2.1') { exclude(group: "*") } // https://github.com/TownyAdvanced/Towny compileOnly ('com.github.Angeschossen:LandsAPI:6.42.15') { exclude(group: "*") } // https://github.com/Angeschossen/LandsAPI compileOnly ('com.github.TechFortress:GriefPrevention:17.0.0') { exclude(group: "*") } // https://github.com/TechFortress/GriefPrevention/ compileOnly ('com.griefdefender:api:2.1.0-SNAPSHOT') { exclude(group: "*") } // https://github.com/bloodmc/GriefDefenderAPI