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") {