Minecraft 1.19.4 support

This commit is contained in:
md_5
2023-03-15 03:30:00 +11:00
parent 1b6d845530
commit f9712cbc7c
12 changed files with 194 additions and 64 deletions

View File

@@ -99,9 +99,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.29</version>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.32</version>
<scope>runtime</scope>
</dependency>
<!-- add these back in as they are not exposed by the API -->