Bump drizzle driver version to support millisecond resolution

Change-Id: I2851bb7c56965f8049afd3b78bfa3563c3db8233
This commit is contained in:
Michael James Hoppal 2016-08-15 15:46:15 -06:00
parent b04a7e115a
commit 34e07d93ff
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
<dependency>
<groupId>org.drizzle.jdbc</groupId>
<artifactId>drizzle-jdbc</artifactId>
<version>1.3</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>