Upgrade MySQL driver

This commit is contained in:
md_5 2023-12-10 10:59:27 +11:00
parent 9f3a0bd2ae
commit e11fbb9d76
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

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