From ff191c4ccaadbc6292cb05979d58d0fd9750eb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IPECTER=20=EC=9D=B4=ED=8C=A9=ED=84=B0?= <80433772+IPECTER@users.noreply.github.com> Date: Thu, 7 Sep 2023 20:11:10 +0900 Subject: [PATCH] Update 0006-Bump-Dependencies.patch --- patches/server/0006-Bump-Dependencies.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/server/0006-Bump-Dependencies.patch b/patches/server/0006-Bump-Dependencies.patch index 9d2cde7..6336c2f 100644 --- a/patches/server/0006-Bump-Dependencies.patch +++ b/patches/server/0006-Bump-Dependencies.patch @@ -44,8 +44,8 @@ index d8b27e3f2fa1ede41125ec27e129b1e1ad42caa7..9211713c5b09e2d715aec5b2187ef0f2 - runtimeOnly("org.xerial:sqlite-jdbc:3.42.0.0") - runtimeOnly("com.mysql:mysql-connector-j:8.0.33") + implementation("net.fabricmc:mapping-io:0.4.2") // Paper - needed to read mappings for stacktrace deobfuscation -+ runtimeOnly("org.xerial:sqlite-jdbc:3.43.0.0") -+ runtimeOnly("com.mysql:mysql-connector-j:8.1.0") ++ runtimeOnly("org.xerial:sqlite-jdbc:3.42.0.1") ++ runtimeOnly("com.mysql:mysql-connector-j:8.0.33") runtimeOnly("com.lmax:disruptor:3.4.4") // Paper // Paper start - Use Velocity cipher - implementation("com.velocitypowered:velocity-native:3.1.2-SNAPSHOT") {