Skip to content

Commit b5748eb

Browse files
authored
Update various dependencies (#6078)
Mainly Configurate, JDA, and Adventure
1 parent e49021f commit b5748eb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Essentials/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ dependencies {
1010

1111
api 'io.papermc:paperlib:1.0.6'
1212

13-
implementation 'org.spongepowered:configurate-yaml:4.1.2'
14-
implementation 'org.checkerframework:checker-qual:3.21.0'
13+
implementation 'org.spongepowered:configurate-yaml:4.2.0'
14+
implementation 'org.checkerframework:checker-qual:3.49.0'
1515
implementation 'nu.studer:java-ordered-properties:1.0.4'
1616

17-
implementation 'net.kyori:adventure-api:4.18.0'
18-
implementation 'net.kyori:adventure-text-minimessage:4.18.0'
17+
implementation 'net.kyori:adventure-api:4.19.0'
18+
implementation 'net.kyori:adventure-text-minimessage:4.19.0'
1919
implementation 'net.kyori:adventure-platform-bukkit:4.3.4'
2020

2121
// Providers

EssentialsDiscord/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
compileOnly project(':EssentialsX')
7-
implementation('net.dv8tion:JDA:5.1.2') {
7+
implementation('net.dv8tion:JDA:5.3.0') {
88
exclude(module: 'opus-java')
99
}
1010
implementation 'com.github.MinnDevelopment:emoji-java:v6.1.0'

build-logic/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ repositories {
88

99
dependencies {
1010
implementation("net.kyori", "indra-common", "3.1.3")
11-
implementation("com.gradleup.shadow", "shadow-gradle-plugin", "8.3.3")
11+
implementation("com.gradleup.shadow", "shadow-gradle-plugin", "8.3.6")
1212
implementation("xyz.jpenilla", "run-task", "2.3.1")
1313
}

0 commit comments

Comments
 (0)