Skip to content

Commit

Permalink
Merge pull request #742 from sofior/master
Browse files Browse the repository at this point in the history
经测试5.1.40不支持utf8mb4,5.1.47可以支持
  • Loading branch information
agapple committed Mar 29, 2019
2 parents a939897 + af0070a commit c7b5f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.40</version>
<version>5.1.47</version>
</dependency>
<!-- oracle -->
<dependency>
Expand Down

0 comments on commit c7b5f94

Please sign in to comment.