From 3d0801ce3fa0e77b301a8406987cb726537e4f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 06:56:03 +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 6173854..3a51836 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'net.silthus.configlib:configlib-bukkit:2.6.0' implementation 'co.aikar:acf-paper:0.5.0-SNAPSHOT' - 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'