From 00ac97e5e24386e77322fbc780d7b3b69438ded6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 22:18:11 +0000 Subject: [PATCH] Bump net.kyori:adventure-api from 4.13.1 to 4.14.0 Bumps [net.kyori:adventure-api](https://github.com/KyoriPowered/adventure) from 4.13.1 to 4.14.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.13.1...v4.14.0) --- 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 7e2efc2..80da438 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ repositories { dependencies { implementation 'org.json:json:20230227' - compileOnly 'net.kyori:adventure-api:4.13.1' + compileOnly 'net.kyori:adventure-api:4.14.0' compileOnly 'org.jetbrains:annotations:24.0.1' testImplementation 'net.kyori:adventure-platform-bukkit:4.3.0'