mirror of https://github.com/apache/druid.git
upgrade mysql connector for bug with recent MySQL version
This commit is contained in:
parent
3676ec2d89
commit
5041aaa108
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue