From 44f9824a334664a798f5c76bb321c92537e8670b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 20:13:04 +0000 Subject: [PATCH] Update dependency com.plotsquared:PlotSquared-Core to v6.11.2 --- bom-1.16.x/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom-1.16.x/build.gradle.kts b/bom-1.16.x/build.gradle.kts index 5552232..f179f81 100644 --- a/bom-1.16.x/build.gradle.kts +++ b/bom-1.16.x/build.gradle.kts @@ -24,7 +24,7 @@ bomGenerator { includeDependency("net.kyori", "adventure-platform-bukkit", "4.0.1") // IntellectualSites plugins - includeDependency("com.plotsquared", "PlotSquared-Core", "6.11.1") + includeDependency("com.plotsquared", "PlotSquared-Core", "6.11.2") includeDependency("com.plotsquared", "PlotSquared-Bukkit", "6.11.1") includeDependency("com.fastasyncworldedit", "FastAsyncWorldEdit-Core", "2.7.1") includeDependency("com.fastasyncworldedit", "FastAsyncWorldEdit-Bukkit", "2.7.1")