Update dependencies

This commit is contained in:
Telesphoreo 2024-10-04 13:25:01 -05:00
parent b6645ded47
commit 0c30f7dc4c
6 changed files with 14 additions and 9 deletions

View File

@ -1,7 +1,7 @@
plugins { plugins {
id("java") id("java")
id("maven-publish") id("maven-publish")
id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.8" id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.9"
id("net.kyori.blossom") version "2.1.0" id("net.kyori.blossom") version "2.1.0"
id("io.github.goooler.shadow") version "8.1.8" id("io.github.goooler.shadow") version "8.1.8"
} }

Binary file not shown.

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

5
gradlew vendored
View File

@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
# SPDX-License-Identifier: Apache-2.0
#
############################################################################## ##############################################################################
# #
@ -84,7 +86,8 @@ done
# shellcheck disable=SC2034 # shellcheck disable=SC2034
APP_BASE_NAME=${0##*/} APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value. # Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum MAX_FD=maximum

2
gradlew.bat vendored
View File

@ -13,6 +13,8 @@
@rem See the License for the specific language governing permissions and @rem See the License for the specific language governing permissions and
@rem limitations under the License. @rem limitations under the License.
@rem @rem
@rem SPDX-License-Identifier: Apache-2.0
@rem
@if "%DEBUG%"=="" @echo off @if "%DEBUG%"=="" @echo off
@rem ########################################################################## @rem ##########################################################################

View File

@ -16,12 +16,12 @@ repositories {
dependencies { dependencies {
library("org.projectlombok:lombok:1.18.34") library("org.projectlombok:lombok:1.18.34")
library("org.json:json:20240303") library("org.json:json:20240303")
library("commons-io:commons-io:2.16.1") library("commons-io:commons-io:2.17.0")
library("redis.clients:jedis:5.1.5") library("redis.clients:jedis:5.2.0")
library("org.mariadb.jdbc:mariadb-java-client:3.4.1") library("org.mariadb.jdbc:mariadb-java-client:3.4.1")
library("com.zaxxer:HikariCP:5.1.0") library("com.zaxxer:HikariCP:6.0.0")
library("org.apache.maven.resolver:maven-resolver-transport-http:1.9.22") library("org.apache.maven.resolver:maven-resolver-transport-http:1.9.22")
library("org.jetbrains:annotations:24.1.0") library("org.jetbrains:annotations:25.0.0")
compileOnly("dev.folia:folia-api:1.20.6-R0.1-SNAPSHOT") compileOnly("dev.folia:folia-api:1.20.6-R0.1-SNAPSHOT")
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") { compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") {
exclude("org.bukkit", "bukkit") exclude("org.bukkit", "bukkit")
@ -29,8 +29,8 @@ dependencies {
compileOnly("net.coreprotect:coreprotect:22.4") compileOnly("net.coreprotect:coreprotect:22.4")
compileOnly("network.darkhelmet.prism:Prism-Api:1.0.0") compileOnly("network.darkhelmet.prism:Prism-Api:1.0.0")
implementation("org.bstats:bstats-base:3.0.3") implementation("org.bstats:bstats-base:3.1.0")
implementation("org.bstats:bstats-bukkit:3.0.3") implementation("org.bstats:bstats-bukkit:3.1.0")
implementation("com.github.LeonMangler:SuperVanish:6.2.18-3") implementation("com.github.LeonMangler:SuperVanish:6.2.18-3")