Skip to content

Commit 647066c

Browse files
committedJan 7, 2014
mysql-connector-java v5.1.8 with mysql server v5.6 causes
MySQLSyntaxErrorException - TRUNK-4210
1 parent 351620d commit 647066c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<dependency>
216216
<groupId>mysql</groupId>
217217
<artifactId>mysql-connector-java</artifactId>
218-
<version>5.1.8</version>
218+
<version>5.1.28</version>
219219
<scope>runtime</scope>
220220
</dependency>
221221

0 commit comments

Comments
 (0)
Please sign in to comment.