From efec4f6bbe336f11d905baa92d6c74e1683cd280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:42:28 +0000 Subject: [PATCH] Bump net.kyori:adventure-text-minimessage from 4.26.1 to 5.1.1 Bumps [net.kyori:adventure-text-minimessage](https://github.com/PaperMC/adventure) from 4.26.1 to 5.1.1. - [Release notes](https://github.com/PaperMC/adventure/releases) - [Commits](https://github.com/PaperMC/adventure/compare/v4.26.1...v5.1.1) --- updated-dependencies: - dependency-name: net.kyori:adventure-text-minimessage dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b46a173..a715746 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ dependencies { compileOnly 'io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT' implementation 'net.kyori:adventure-platform-bukkit:4.4.1' - implementation 'net.kyori:adventure-text-minimessage:4.26.1' + implementation 'net.kyori:adventure-text-minimessage:5.1.1' implementation 'io.github.revxrsal:lamp.common:4.0.0-rc.16' implementation 'io.github.revxrsal:lamp.bukkit:4.0.0-rc.16'