From d12eb2b6c7245b912e3e0a4301aff1223fb4c94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 07:07:01 +0000 Subject: [PATCH] chore(deps): bump adventure-platform-bukkit from 4.0.0-SNAPSHOT to 4.1.1 Bumps [adventure-platform-bukkit](https://github.com/KyoriPowered/adventure-platform) from 4.0.0-SNAPSHOT to 4.1.1. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/commits/v4.1.1) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bukkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aff10be..6ea2ab1 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'net.kyori:adventure-api:4.8.1' implementation 'net.kyori:adventure-text-minimessage:4.0.0-SNAPSHOT' - implementation 'net.kyori:adventure-platform-bukkit:4.0.0-SNAPSHOT' + implementation 'net.kyori:adventure-platform-bukkit:4.1.1' implementation group: 'io.art-framework', name: 'art-core', version: '4.5.4'