From 76ba3a149f41863b25e6c44a0851183e5cfc4ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 09:44:27 +0000 Subject: [PATCH] Bump net.kyori:adventure-text-minimessage from 4.26.1 to 5.2.0 Bumps [net.kyori:adventure-text-minimessage](https://github.com/PaperMC/adventure) from 4.26.1 to 5.2.0. - [Release notes](https://github.com/PaperMC/adventure/releases) - [Commits](https://github.com/PaperMC/adventure/compare/v4.26.1...v5.2.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-text-minimessage dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- automessage-core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automessage-core/build.gradle.kts b/automessage-core/build.gradle.kts index 157a46f..33d50dc 100644 --- a/automessage-core/build.gradle.kts +++ b/automessage-core/build.gradle.kts @@ -2,7 +2,7 @@ dependencies { compileOnlyApi("org.spigotmc:spigot-api:1.21.11-R0.2-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.2.0") implementation("com.eternalcode:multification-bukkit:1.2.4") implementation("com.eternalcode:multification-okaeri:1.2.4")