From 97606a2bf4a877997c21cbd9fd9459ca568c7468 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 12:08:17 +0000 Subject: [PATCH] Update dependency com.github.cryptomorin:XSeries to v13.7.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c8620d0..5fd1b5b 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:13.7.0") + implementation("com.github.cryptomorin:XSeries:13.7.1") // Other dependencies that are not required or already available at runtime compileOnly("org.jetbrains:annotations:26.1.0")