From 9c3d295144e8a7919c095a68faee4f2f0d92c420 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 23:15:45 +0000 Subject: [PATCH] Update dependency com.github.cryptomorin:XSeries to v13 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5da1db1..3944856 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ allprojects { dependencies { // Dependencies that we want to shade in - implementation("com.github.cryptomorin:XSeries:12.1.0") + implementation("com.github.cryptomorin:XSeries:13.0.0") // Other dependencies that are not required or already available at runtime compileOnly("org.jetbrains:annotations:26.0.1")