Merge pull request #45 from taosdata/member/huolibo

fix: upgrade taos jdbc driver
This commit is contained in:
huolibo 2023-10-26 17:45:08 +08:00 committed by GitHub
commit 08fbbdec34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
<version>3.0.3</version>
<version>3.2.5</version>
</dependency>
<dependency>
<groupId>junit</groupId>

View File

@ -22,7 +22,7 @@
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
<version>3.0.3</version>
<version>3.2.5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>