From 3bce28bb89e3dd2f636aed63485142b66cdc5fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 17:09:33 +0000 Subject: [PATCH] chore(deps): bump acf-paper from 0.5.0-SNAPSHOT to 0.5.1-SNAPSHOT Bumps acf-paper from 0.5.0-SNAPSHOT to 0.5.1-SNAPSHOT. --- updated-dependencies: - dependency-name: co.aikar:acf-paper 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 0f1cedc..94ceab4 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'net.silthus:ebean-wrapper:2.9.1' implementation 'net.silthus.configlib:configlib-bukkit:2.6.0' - implementation 'co.aikar:acf-paper:0.5.0-SNAPSHOT' + implementation 'co.aikar:acf-paper:0.5.1-SNAPSHOT' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.12.3' implementation 'net.kyori:adventure-api:4.7.0'