Skip to content

Commit

Permalink
upgrade mysql connector for bug with recent MySQL version
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrl committed Nov 4, 2014
1 parent 3676ec2 commit 5041aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-metadata-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.18</version>
<version>5.1.33</version>
</dependency>
<dependency>
<groupId>org.jdbi</groupId>
Expand Down

0 comments on commit 5041aaa

Please sign in to comment.