From 7270354573f6c323adaca2ac2a308a88745fd130 Mon Sep 17 00:00:00 2001 From: ChomeNS <95471003+ChomeNS@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:39:18 +0700 Subject: [PATCH] chore: bump a lot of dependencies haven't updated them for a long time lol --- build-number.txt | 2 +- build.gradle | 21 ++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/build-number.txt b/build-number.txt index 645efcf..e061f84 100644 --- a/build-number.txt +++ b/build-number.txt @@ -1 +1 @@ -1865 \ No newline at end of file +1872 \ No newline at end of file diff --git a/build.gradle b/build.gradle index 5cb38bc..77faf17 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }