From e2d80855cf8d3cacf0cffb784c22dec22e04b84f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 11:26:14 +0000 Subject: [PATCH] Update dependency com.github.cryptomorin:XSeries to v9.3.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index dcf1808..9b2d090 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT") compileOnly("net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT") - implementation("com.github.cryptomorin:XSeries:9.2.0") + implementation("com.github.cryptomorin:XSeries:9.3.0") testImplementation("org.junit.jupiter:junit-jupiter:5.9.2") }