Skip to content

Commit

Permalink
Update various dependencies (#6078)
Browse files Browse the repository at this point in the history
Mainly Configurate, JDA, and Adventure
  • Loading branch information
JRoy authored Mar 1, 2025
1 parent e49021f commit b5748eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Essentials/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion EssentialsDiscord/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit b5748eb

Please sign in to comment.