From 7dcd08b8373e569fb7a5d9a6bf9f80e17a3d21c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:07:42 +0000 Subject: [PATCH] Bump com.github.cryptomorin:XSeries from 11.2.2 to 12.0.0 Bumps [com.github.cryptomorin:XSeries](https://github.com/CryptoMorin/XSeries) from 11.2.2 to 12.0.0. - [Release notes](https://github.com/CryptoMorin/XSeries/releases) - [Commits](https://github.com/CryptoMorin/XSeries/compare/v11.2.2...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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5fa09d8..de3486d 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ repositories { dependencies { implementation(files("depends/packetevents-585.jar")) implementation(project(':api')) - implementation 'com.github.cryptomorin:XSeries:11.2.2' + implementation 'com.github.cryptomorin:XSeries:12.0.0' implementation 'com.google.guava:guava:33.3.1-jre' implementation 'com.google.code.gson:gson:2.11.0'