Update various dependencies (#6078)

Mainly Configurate, JDA, and Adventure
This commit is contained in:
Josh Roy 2025-03-01 07:21:48 -05:00 committed by GitHub
parent e49021fffe
commit b5748eb32f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -10,12 +10,12 @@ dependencies {
api 'io.papermc:paperlib:1.0.6'
implementation 'org.spongepowered:configurate-yaml:4.1.2'
implementation 'org.checkerframework:checker-qual:3.21.0'
implementation 'org.spongepowered:configurate-yaml:4.2.0'
implementation 'org.checkerframework:checker-qual:3.49.0'
implementation 'nu.studer:java-ordered-properties:1.0.4'
implementation 'net.kyori:adventure-api:4.18.0'
implementation 'net.kyori:adventure-text-minimessage:4.18.0'
implementation 'net.kyori:adventure-api:4.19.0'
implementation 'net.kyori:adventure-text-minimessage:4.19.0'
implementation 'net.kyori:adventure-platform-bukkit:4.3.4'
// Providers

View File

@ -4,7 +4,7 @@ plugins {
dependencies {
compileOnly project(':EssentialsX')
implementation('net.dv8tion:JDA:5.1.2') {
implementation('net.dv8tion:JDA:5.3.0') {
exclude(module: 'opus-java')
}
implementation 'com.github.MinnDevelopment:emoji-java:v6.1.0'

View File

@ -8,6 +8,6 @@ repositories {
dependencies {
implementation("net.kyori", "indra-common", "3.1.3")
implementation("com.gradleup.shadow", "shadow-gradle-plugin", "8.3.3")
implementation("com.gradleup.shadow", "shadow-gradle-plugin", "8.3.6")
implementation("xyz.jpenilla", "run-task", "2.3.1")
}