mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-02 21:51:28 +01:00
SPIGOT-3244: Downgrade MySQL driver to 5.1.42 - the current GA release
This commit is contained in:
parent
68b0515b51
commit
240f16d1cc
2
pom.xml
2
pom.xml
@ -54,7 +54,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>mysql</groupId>
|
<groupId>mysql</groupId>
|
||||||
<artifactId>mysql-connector-java</artifactId>
|
<artifactId>mysql-connector-java</artifactId>
|
||||||
<version>6.0.6</version>
|
<version>5.1.42</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
|
Loading…
Reference in New Issue
Block a user