Merge pull request #3402 from taosdata/TD-1259

jdbcDemo use the taos-jdbcdriver-2.0.4
This commit is contained in:
Shengliang Guan 2020-09-07 10:09:26 +08:00 committed by GitHub
commit 4728075749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<dependency> <dependency>
<groupId>com.taosdata.jdbc</groupId> <groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId> <artifactId>taos-jdbcdriver</artifactId>
<version>2.0.2</version> <version>2.0.4</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>