Merge pull request #3784 from taosdata/feature/TD-1476

change the taos-jdbcdriver to 2.0.8
This commit is contained in:
Shengliang Guan 2020-10-11 10:03:30 +08:00 committed by GitHub
commit 16782bff86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
<version>2.0.7</version>
<version>2.0.8</version>
</dependency>
</dependencies>