From e2829417376b299e7d55dbf03ab9d167d5baf194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 21:54:33 +0000 Subject: [PATCH] Bump com.github.TownyAdvanced:Towny from 0.97.2.6 to 0.99.5.18 Bumps com.github.TownyAdvanced:Towny from 0.97.2.6 to 0.99.5.18. --- 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..4f1b4280f 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.18") { exclude(group = "com.zaxxer", module = "HikariCP") } compileOnly("com.github.angeschossen:LandsAPI:6.26.18")