Upgrade to MySQL 8

Workaround for exception thrown by ResultSet#beforeFirst():
"Operation not allowed for a result set of type ResultSet.TYPE_FORWARD_ONLY"
This commit is contained in:
P0nk
2021-04-02 14:08:41 +02:00
parent 2873d0d031
commit 05bd668cc2
3 changed files with 7 additions and 6 deletions

View File

@@ -31,7 +31,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.6</version>
<version>8.0.23</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>