From 1e972e3b027da6fe9f0a2ac973a0f3b408b969f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 06:47:55 +0000 Subject: [PATCH] chore(deps): bump adventure-api from 4.6.0 to 4.7.0 Bumps [adventure-api](https://github.com/KyoriPowered/adventure) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.6.0...v4.7.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 29ddeee..8e670a4 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation 'com.djrapitops:Plan-api:5.1-R0.4' implementation 'me.clip:placeholderapi:2.10.9' - implementation 'net.kyori:adventure-api:4.6.0' + implementation 'net.kyori:adventure-api:4.7.0' implementation 'net.kyori:adventure-text-minimessage:4.0.0-SNAPSHOT' implementation 'net.kyori:adventure-platform-bukkit:4.0.0-SNAPSHOT' implementation group: 'net.kyori', name: 'adventure-text-feature-pagination', version: '4.0.0-SNAPSHOT'