From 3b5beabc684fd562a3f4e9f01188290703e18e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:31:14 +0000 Subject: [PATCH] Bump com.github.cryptomorin:XSeries from 11.3.0 to 12.0.0 Bumps [com.github.cryptomorin:XSeries](https://github.com/CryptoMorin/XSeries) from 11.3.0 to 12.0.0. - [Release notes](https://github.com/CryptoMorin/XSeries/releases) - [Commits](https://github.com/CryptoMorin/XSeries/compare/v11.3.0...v12.0.0) --- updated-dependencies: - dependency-name: com.github.cryptomorin:XSeries 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 e74423e..d5de9b0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { } implementation("org.bstats:bstats-bukkit:3.1.0") implementation("com.tcoded:FoliaLib:0.4.2") - implementation("com.github.cryptomorin:XSeries:11.3.0") + implementation("com.github.cryptomorin:XSeries:12.0.0") implementation("de.tr7zw:item-nbt-api:2.14.0") compileOnly(files("libs/RoseStacker-1.5.22.jar")) }