From 9be60c273733f98bd3211cd88faee1ee995f07f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 01:25:50 +0000 Subject: [PATCH] Bump com.github.cryptomorin:XSeries from 9.6.1.1 to 9.8.1 Bumps [com.github.cryptomorin:XSeries](https://github.com/CryptoMorin/XSeries) from 9.6.1.1 to 9.8.1. - [Release notes](https://github.com/CryptoMorin/XSeries/releases) - [Commits](https://github.com/CryptoMorin/XSeries/compare/v9.6.1.1...v9.8.1) --- updated-dependencies: - dependency-name: com.github.cryptomorin:XSeries dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- elections-spigot/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 02bf430..71c0b85 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ subprojects { implementation("net.kyori:adventure-text-minimessage:4.13.1") implementation('net.kyori:adventure-api:4.13.1') implementation('net.kyori:adventure-text-serializer-legacy:4.13.1') - implementation("com.github.cryptomorin:XSeries:9.6.1.1") + implementation("com.github.cryptomorin:XSeries:9.8.1") slim('org.slf4j:slf4j-simple:2.0.7') slim('mysql:mysql-connector-java:8.0.33') slim('org.xerial:sqlite-jdbc:3.43.2.1') diff --git a/elections-spigot/build.gradle b/elections-spigot/build.gradle index ca76a38..abe6c61 100644 --- a/elections-spigot/build.gradle +++ b/elections-spigot/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation('org.bstats:bstats-bukkit:3.0.2') implementation("dev.triumphteam:triumph-gui:3.1.6") - slim('com.github.cryptomorin:XSeries:9.6.1.1') + slim('com.github.cryptomorin:XSeries:9.8.1') compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") }