From 72ae218c702679d50e36efe53d50e975969aac2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 05:32:29 +0000 Subject: [PATCH] Bump net.kyori:adventure-text-serializer-legacy from 4.25.0 to 4.26.1 Bumps [net.kyori:adventure-text-serializer-legacy](https://github.com/PaperMC/adventure) from 4.25.0 to 4.26.1. - [Release notes](https://github.com/PaperMC/adventure/releases) - [Commits](https://github.com/PaperMC/adventure/compare/v4.25.0...v4.26.1) --- updated-dependencies: - dependency-name: net.kyori:adventure-text-serializer-legacy dependency-version: 4.26.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7a8aef7..baafb85 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,8 +42,8 @@ allprojects { dependencies { compileOnly("org.spigotmc:spigot-api:1.21.10-R0.1-SNAPSHOT") - compileOnly("net.kyori:adventure-text-serializer-legacy:4.25.0") - compileOnly("net.kyori:adventure-text-minimessage:4.25.0") + compileOnly("net.kyori:adventure-text-serializer-legacy:4.26.1") + compileOnly("net.kyori:adventure-text-minimessage:4.26.1") compileOnly("io.github.miniplaceholders:miniplaceholders-api:3.1.0") compileOnly("me.clip:placeholderapi:2.11.7") }