From 0831fadf223a88f24a90a267b0e59b4820f0af63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 21:22:41 +0000 Subject: [PATCH] Bump com.github.TownyAdvanced:Towny from 0.97.2.6 to 0.99.5.1 Bumps com.github.TownyAdvanced:Towny from 0.97.2.6 to 0.99.5.1. --- 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 799c7aa7e..092fd0efc 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.1") { exclude(group = "com.zaxxer", module = "HikariCP") } compileOnly("com.github.angeschossen:LandsAPI:6.26.18")