chore: bump a lot of dependencies

haven't updated them for a long time lol
This commit is contained in:
Chayapak 2025-03-17 16:39:18 +07:00
parent 669ddb38f2
commit 7270354573
Signed by: ChomeNS
SSH key fingerprint: SHA256:0YoxhdyXsgbc0nfeB2N6FYE60mxMU7DS4uCUMaw2mvA
2 changed files with 11 additions and 12 deletions

View file

@ -1 +1 @@
1865
1872

View file

@ -42,23 +42,22 @@ repositories {
dependencies {
implementation 'org.geysermc.mcprotocollib:protocol:1.21.4-SNAPSHOT'
implementation 'net.kyori:adventure-text-serializer-ansi:4.15.0'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
implementation 'net.kyori:adventure-text-serializer-legacy:4.19.0'
implementation 'com.google.code.gson:gson:2.12.1'
implementation 'com.google.guava:guava:33.4.0-jre'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.2'
implementation 'org.jline:jline:3.23.0'
implementation 'ch.qos.logback:logback-classic:1.5.11'
implementation 'org.jline:jline:3.29.0'
implementation 'ch.qos.logback:logback-classic:1.5.17'
implementation 'com.github.pircbotx:pircbotx:2.3.1'
implementation 'com.github.ricksbrown:cowsay:1.1.0'
implementation 'org.yaml:snakeyaml:2.0'
implementation 'org.yaml:snakeyaml:2.4'
implementation 'party.iroiro.luajava:luajava:4.0.2'
implementation 'party.iroiro.luajava:lua54:4.0.2'
runtimeOnly 'party.iroiro.luajava:lua54-platform:4.0.2:natives-desktop' // what is this? is this necessary?
implementation 'net.dv8tion:JDA:5.2.2'
implementation 'net.kyori:adventure-text-serializer-legacy:4.15.0'
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.20.0'
implementation 'io.socket:socket.io-client:2.1.0'
implementation 'net.dv8tion:JDA:5.3.0'
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.3'
implementation 'io.socket:socket.io-client:2.1.2'
implementation 'de.maxhenkel.opus4j:opus4j:2.0.2'
implementation 'org.concentus:Concentus:1.0-SNAPSHOT'
}