From a1d61fd464ea8f556b0fb6e5f6180271b6526e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 16:02:59 +0000 Subject: [PATCH] deps: bump net.kyori:adventure-bom from 4.14.0 to 5.2.0 Bumps [net.kyori:adventure-bom](https://github.com/PaperMC/adventure) from 4.14.0 to 5.2.0. - [Release notes](https://github.com/PaperMC/adventure/releases) - [Commits](https://github.com/PaperMC/adventure/compare/v4.14.0...v5.2.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-bom dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 054403d..0c35cc8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ val mysqlVersion = "9.7.0" val h2Version = "2.4.240" val hikariVersion = "7.1.0" val caffeineVersion = "3.2.4" -val adventureVersion = "4.14.0" +val adventureVersion = "5.2.0" val junitVersion = "6.1.1" val testcontainersVersion = "1.21.4" val generatedResourcesDir = layout.buildDirectory.dir("generated/resources/mahjong")