From 825d642d081bf75ece115cd230cc4bea59eb4132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 06:05:53 +0000 Subject: [PATCH] chore(deps): bump adventure-api from 4.8.1 to 4.9.1 Bumps [adventure-api](https://github.com/KyoriPowered/adventure) from 4.8.1 to 4.9.1. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.8.1...v4.9.1) --- updated-dependencies: - dependency-name: net.kyori:adventure-api 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 f345c86..08900b8 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'co.aikar:acf-paper:0.5.0-SNAPSHOT' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.12.5' - implementation 'net.kyori:adventure-api:4.8.1' + implementation 'net.kyori:adventure-api:4.9.1' implementation 'net.kyori:adventure-text-minimessage:4.0.0-SNAPSHOT' implementation 'net.kyori:adventure-platform-bukkit:4.0.0-SNAPSHOT'