From d80780e658bd76fc2a5bb47b32282e7d58614284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 16:07:23 +0000 Subject: [PATCH] chore(deps): bump VaultAPI from 1.7 to 1.7.1 Bumps VaultAPI from 1.7 to 1.7.1. --- updated-dependencies: - dependency-name: com.github.MilkBowl:VaultAPI 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 ff57a71..f9afe8e 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation 'com.sk89q.worldguard:worldguard-bukkit:7.0.5' implementation "com.intellectualsites.fawe:FAWE-Bukkit:1.16-687" implementation "com.intellectualsites.fawe:FAWE-Core:1.16-687" - implementation 'com.github.MilkBowl:VaultAPI:1.7' + implementation 'com.github.MilkBowl:VaultAPI:1.7.1' implementation 'com.github.webbukkit.dynmap:Dynmap:3.1' implementation 'com.github.webbukkit:dynmap-api:2.5'