From 8dfbd616cef6ba20da7848f4ff023133c06fa4ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 20:42:39 +0000 Subject: [PATCH] Bump FastAsyncWorldEdit-Bukkit from 2.4.3 to 2.4.4 Bumps [FastAsyncWorldEdit-Bukkit](https://github.com/IntellectualSites/FastAsyncWorldEdit) from 2.4.3 to 2.4.4. - [Release notes](https://github.com/IntellectualSites/FastAsyncWorldEdit/releases) - [Commits](https://github.com/IntellectualSites/FastAsyncWorldEdit/compare/2.4.3...2.4.4) --- updated-dependencies: - dependency-name: com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 95d3840..37df8a0 100644 --- a/build.gradle +++ b/build.gradle @@ -214,7 +214,7 @@ dependencies { compileOnly 'org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT' compileOnly 'com.sk89q.worldedit:worldedit-bukkit:7.2.11-SNAPSHOT' compileOnly 'com.sk89q.worldedit:worldedit-core:7.2.11-SNAPSHOT' - compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.4.3") + compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.4.4") compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.4.3") compileOnly files('lib/FastAsyncWorldEdit.jar') }