From a1148e84030febb28d072e797a25a6b61b923dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 21:51:12 +0000 Subject: [PATCH] Bump com.github.TownyAdvanced:Towny from 0.97.2.6 to 0.99.5.10 Bumps com.github.TownyAdvanced:Towny from 0.97.2.6 to 0.99.5.10. --- updated-dependencies: - dependency-name: com.github.TownyAdvanced:Towny dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- eco-core/core-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/build.gradle.kts b/eco-core/core-plugin/build.gradle.kts index 47f4a1cec..d103456a1 100644 --- a/eco-core/core-plugin/build.gradle.kts +++ b/eco-core/core-plugin/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { compileOnly("com.comphenix.protocol:ProtocolLib:5.0.0-SNAPSHOT") compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.7-SNAPSHOT") compileOnly("com.github.TechFortress:GriefPrevention:16.17.1") - compileOnly("com.github.TownyAdvanced:Towny:0.97.2.6") { + compileOnly("com.github.TownyAdvanced:Towny:0.99.5.10") { exclude(group = "com.zaxxer", module = "HikariCP") } compileOnly("com.github.angeschossen:LandsAPI:6.26.18")