From 04963e20da52f383fdca6f980a278b3d988c2922 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, 19 Oct 2023 22:04:22 +0900 Subject: [PATCH] Update 0006-Bump-Dependencies.patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: IPECTER 이팩터 <80433772+IPECTER@users.noreply.github.com> --- patches/server/0006-Bump-Dependencies.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/server/0006-Bump-Dependencies.patch b/patches/server/0006-Bump-Dependencies.patch index 468020327..01dc34a08 100644 --- a/patches/server/0006-Bump-Dependencies.patch +++ b/patches/server/0006-Bump-Dependencies.patch @@ -42,7 +42,7 @@ index 46fda579a95f9ab92a1ba61cad8218024a722208..5f38d64b1bcd9468ebdd6de6ef30580c - runtimeOnly("org.xerial:sqlite-jdbc:3.41.2.2") - runtimeOnly("com.mysql:mysql-connector-j:8.0.32") + implementation("net.fabricmc:mapping-io:0.4.2") // Paper - needed to read mappings for stacktrace deobfuscation // Plazma - Bump Dependencies -+ runtimeOnly("org.xerial:sqlite-jdbc:3.42.0.1") // Plazma - Bump Dependencies ++ runtimeOnly("org.xerial:sqlite-jdbc:3.41.2.2") // Plazma - Bump Dependencies + runtimeOnly("com.mysql:mysql-connector-j:8.0.33") // Plazma - Bump Dependencies runtimeOnly("com.lmax:disruptor:3.4.4") // Paper // Paper start - Use Velocity cipher