From 1e9dc92c3022904b444fcd24622285a2b9ef15d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 08:12:39 +0000 Subject: [PATCH] chore(deps): bump com.github.cryptomorin:XSeries from 11.2.0.1 to 11.2.1 Bumps [com.github.cryptomorin:XSeries](https://github.com/CryptoMorin/XSeries) from 11.2.0.1 to 11.2.1. - [Release notes](https://github.com/CryptoMorin/XSeries/releases) - [Commits](https://github.com/CryptoMorin/XSeries/compare/v11.2.0.1...v11.2.1) --- updated-dependencies: - dependency-name: com.github.cryptomorin:XSeries dependency-type: direct:production update-type: version-update:semver-patch ... 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 5fcdd6d15..af43487e8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -58,7 +58,7 @@ dependencies { implementation("org.codemc.worldguardwrapper:worldguardwrapper:1.1.9-SNAPSHOT") implementation("ch.jalu:configme:1.3.0") implementation("com.dumptruckman.minecraft:JsonConfiguration:1.1") - implementation("com.github.cryptomorin:XSeries:11.2.0.1") + implementation("com.github.cryptomorin:XSeries:11.2.1") implementation("net.kyori:adventure-platform-bukkit:4.3.3") implementation("dev.triumphteam:triumph-gui:3.1.10") implementation("com.zaxxer:HikariCP:4.0.3")