Update to latest MySQL 5.1 connector
This commit is contained in:
parent
0193701401
commit
4d381ee058
1 changed files with 1 additions and 1 deletions
2
dependencies/pom.xml
vendored
2
dependencies/pom.xml
vendored
|
@ -134,7 +134,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>mysql</groupId>
|
<groupId>mysql</groupId>
|
||||||
<artifactId>mysql-connector-java</artifactId>
|
<artifactId>mysql-connector-java</artifactId>
|
||||||
<version>5.1.36</version>
|
<version>5.1.42</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sf.jga</groupId>
|
<groupId>net.sf.jga</groupId>
|
||||||
|
|
Loading…
Add table
Reference in a new issue