From 9a882dd810d5c4c54c3e2e399a95901482ca036d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:28:15 +0000 Subject: [PATCH] chore(deps): bump com.github.cryptomorin:XSeries from 9.5.0 to 9.8.0 Bumps [com.github.cryptomorin:XSeries](https://github.com/CryptoMorin/XSeries) from 9.5.0 to 9.8.0. - [Release notes](https://github.com/CryptoMorin/XSeries/releases) - [Commits](https://github.com/CryptoMorin/XSeries/compare/v9.5.0...v9.8.0) --- updated-dependencies: - dependency-name: com.github.cryptomorin:XSeries dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- minecraft/bukkit/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft/bukkit/build.gradle b/minecraft/bukkit/build.gradle index c1bfcdf..6092b55 100644 --- a/minecraft/bukkit/build.gradle +++ b/minecraft/bukkit/build.gradle @@ -7,7 +7,7 @@ dependencies { compileOnly project(path: ':utilities', configuration: 'shadow') compileOnly project(path: ':yaml', configuration: 'shadow') compileOnly "de.tr7zw:item-nbt-api:2.11.3" - compileOnly 'com.github.cryptomorin:XSeries:9.5.0' + compileOnly 'com.github.cryptomorin:XSeries:9.8.0' compileOnly 'com.esotericsoftware:kryo:5.5.0' }