Update MySQL Driver Version to 5.1.40

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2017-01-31 21:30:09 +11:00
parent 634ad7d00e
commit c1c5f27be2

View File

@@ -54,7 +54,7 @@
<dependency> <dependency>
<groupId>mysql</groupId> <groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-java</artifactId>
<version>5.1.39</version> <version>5.1.40</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<!-- testing --> <!-- testing -->