mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-03-12 06:43:08 +01:00
Update various dependencies (#6078)
Mainly Configurate, JDA, and Adventure
This commit is contained in:
parent
e49021fffe
commit
b5748eb32f
@ -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
|
||||
|
@ -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'
|
||||
|
@ -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")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user