From de12e7222e83c68dfb045760cc304f7eb35ebb7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:07:58 +0000 Subject: [PATCH] Bump com.github.cryptomorin:XSeries from v13.5.1 to v13.6.0 Bumps [com.github.cryptomorin:XSeries](https://github.com/CryptoMorin/XSeries) from v13.5.1 to v13.6.0. - [Release notes](https://github.com/CryptoMorin/XSeries/releases) - [Commits](https://github.com/CryptoMorin/XSeries/compare/v13.5.1...v13.6.0) --- updated-dependencies: - dependency-name: com.github.cryptomorin:XSeries dependency-version: v13.6.0 dependency-type: direct:production ... 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 0fe4115..a7857d4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { } implementation("org.bstats:bstats-bukkit:3.1.0") implementation("com.github.technicallycoded:FoliaLib:0.4.4") - implementation("com.github.cryptomorin:XSeries:v13.5.1") + implementation("com.github.cryptomorin:XSeries:v13.6.0") implementation("de.tr7zw:item-nbt-api:2.15.3") compileOnly(files("libs/RoseStacker-1.5.22.jar")) }