From b61a01b47d4bacffa293d5dabb16309f106d7ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 00:24:16 +0000 Subject: [PATCH] Bump net.kyori:adventure-text-serializer-json from 4.26.1 to 5.2.0 Bumps [net.kyori:adventure-text-serializer-json](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-serializer-json dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- core/build.gradle.kts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 95981ff..9b66792 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -27,12 +27,12 @@ dependencies { implementation("org.bstats:bstats-bukkit:3.2.1") compileOnly("org.xerial:sqlite-jdbc:3.53.2.0") // Included in Spigot - implementation("net.kyori:adventure-api:4.26.1") - implementation("net.kyori:adventure-text-minimessage:4.26.1") - implementation("net.kyori:adventure-text-serializer-json:4.26.1") - implementation("net.kyori:adventure-text-serializer-gson:4.26.1") - implementation("net.kyori:adventure-text-serializer-legacy:4.26.1") - implementation("net.kyori:adventure-text-serializer-plain:4.26.1") + implementation("net.kyori:adventure-api:5.2.0") + implementation("net.kyori:adventure-text-minimessage:5.2.0") + implementation("net.kyori:adventure-text-serializer-json:5.2.0") + implementation("net.kyori:adventure-text-serializer-gson:5.2.0") + implementation("net.kyori:adventure-text-serializer-legacy:5.2.0") + implementation("net.kyori:adventure-text-serializer-plain:5.2.0") // Plugin hooks compileOnly("me.clip:placeholderapi:2.12.2")