From eb5fbad2a0909b436565c7abfc73bfdf6aa3e632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:21:42 +0000 Subject: [PATCH] Bump com.griefdefender:api from 2.1.0-SNAPSHOT to 2.1.1-SNAPSHOT Bumps com.griefdefender:api from 2.1.0-SNAPSHOT to 2.1.1-SNAPSHOT. --- updated-dependencies: - dependency-name: com.griefdefender:api 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 96417633..39514b57 100644 --- a/FlightControl/build.gradle +++ b/FlightControl/build.gradle @@ -30,7 +30,7 @@ dependencies { 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.9.16') { 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 + compileOnly ('com.griefdefender:api:2.1.1-SNAPSHOT') { exclude(group: "*") } // https://github.com/bloodmc/GriefDefenderAPI, MIT compileOnly ('world.bentobox:bentobox:2.5.4-SNAPSHOT') { exclude(group: "*") } // https://github.com/bentoboxworld compileOnly ('net.william278.husktowns:husktowns-bukkit:3.0.5') { exclude(group: "*") } // https://github.com/WiIIiam278/HuskTowns compileOnly ("io.github.fabiozumbi12.RedProtect:RedProtect-Core:8.1.1") { exclude(group: "*") }