From 8cfc97600b41bb818b0d08f8503f2b636da0826a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:33:43 +0000 Subject: [PATCH] Bump com.palmergames.bukkit.towny:towny from 0.100.3.4 to 0.100.4.2 Bumps [com.palmergames.bukkit.towny:towny](https://github.com/TownyAdvanced/Towny) from 0.100.3.4 to 0.100.4.2. - [Release notes](https://github.com/TownyAdvanced/Towny/releases) - [Commits](https://github.com/TownyAdvanced/Towny/compare/0.100.3.4...0.100.4.2) --- 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 f68ad626..37686678 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.3.4') { exclude(group: "*") } // https://github.com/TownyAdvanced/Towny, CC BY-NC-ND 3.0 + compileOnly ('com.palmergames.bukkit.towny:towny:0.100.4.2') { exclude(group: "*") } // https://github.com/TownyAdvanced/Towny, CC BY-NC-ND 3.0 compileOnly ('com.github.Angeschossen:LandsAPI:7.8.5') { exclude(group: "*") } // https://github.com/Angeschossen/LandsAPI, None compileOnly ('com.github.TechFortress:GriefPrevention:17.0.0') { exclude(group: "*") } // https://github.com/TechFortress/GriefPrevention, GPL-3.0 compileOnly ('com.griefdefender:api:2.1.0-SNAPSHOT') { exclude(group: "*") } // https://github.com/bloodmc/GriefDefenderAPI, MIT