From 31e9c80cf5d814d4fb66837ed58db7d86cabd402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:33:52 +0000 Subject: [PATCH] build(deps): bump com.github.cryptomorin:XSeries from 13.3.3 to v13.5.1 Bumps [com.github.cryptomorin:XSeries](https://github.com/CryptoMorin/XSeries) from 13.3.3 to v13.5.1. - [Release notes](https://github.com/CryptoMorin/XSeries/releases) - [Commits](https://github.com/CryptoMorin/XSeries/compare/v13.3.3...v13.5.1) --- updated-dependencies: - dependency-name: com.github.cryptomorin:XSeries dependency-version: v13.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bukkit/build.gradle | 2 +- paper/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 2f159e0..72a2af5 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -17,7 +17,7 @@ dependencies { implementation("com.tcoded:FoliaLib:0.5.1") implementation("org.projectlombok:lombok:1.18.40") annotationProcessor("org.projectlombok:lombok:1.18.40") - implementation 'com.github.cryptomorin:XSeries:13.3.3' + implementation 'com.github.cryptomorin:XSeries:v13.5.1' compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.7' } diff --git a/paper/build.gradle b/paper/build.gradle index 7103f8f..a2f88d1 100644 --- a/paper/build.gradle +++ b/paper/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation("com.tcoded:FoliaLib:0.5.1") compileOnly("org.projectlombok:lombok:1.18.40") annotationProcessor("org.projectlombok:lombok:1.18.40") - compileOnly 'com.github.cryptomorin:XSeries:13.3.3' + compileOnly 'com.github.cryptomorin:XSeries:v13.5.1' compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.7' }