From 57a538893a585e27678cb466862cbd68ffa1d478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 20:02:51 +0000 Subject: [PATCH] Bump net.kyori:adventure-text-minimessage from 4.13.1 to 4.14.0 Bumps [net.kyori:adventure-text-minimessage](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-text-minimessage 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 533dde9..b977ec3 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies { // Provided by PaperMC server itself shadow 'io.papermc.paper:paper-api:1.19.2-R0.1-SNAPSHOT' - compileOnly 'net.kyori:adventure-text-minimessage:4.13.1' + compileOnly 'net.kyori:adventure-text-minimessage:4.14.0' // Provided by server via the libraries entry in plugin.yml compileOnly 'org.apache.commons:commons-text:1.10.0'