From 498664d24931fd307379cd4772b4dfbdb8bcb57d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 15:07:45 +0000 Subject: [PATCH] Bump com.github.cryptomorin:XSeries from 9.8.0 to 9.8.1 Bumps [com.github.cryptomorin:XSeries](https://github.com/CryptoMorin/XSeries) from 9.8.0 to 9.8.1. - [Release notes](https://github.com/CryptoMorin/XSeries/releases) - [Commits](https://github.com/CryptoMorin/XSeries/compare/v9.8.0...v9.8.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 d0103453..b43959f2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ allprojects { dependencies { // Dependencies that we want to shade in - implementation("com.github.cryptomorin:XSeries:9.8.0") { isTransitive = false } + implementation("com.github.cryptomorin:XSeries:9.8.1") { isTransitive = false } // Other dependencies that are not required or already available at runtime compileOnly("org.jetbrains:annotations:24.0.1")