Upgrade MySQL driver

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2023-12-10 10:59:27 +11:00
parent b1cb1a8a1e
commit 8b40071aa8

View File

@ -233,7 +233,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.1.0</version>
<version>8.2.0</version>
<scope>runtime</scope>
</dependency>
<!-- add these back in as they are not exposed by the API -->