mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-29 11:42:55 +01:00
SPIGOT-3244: Downgrade MySQL driver to 5.1.42 - the current GA release
This commit is contained in:
parent
68b0515b51
commit
240f16d1cc
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -54,7 +54,7 @@
|
|||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>6.0.6</version>
|
||||
<version>5.1.42</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<!-- testing -->
|
||||
|
|
Loading…
Reference in a new issue