fix: use latest version of jdbc connector (#22148)

This commit is contained in:
Shuduo Sang 2023-07-23 00:34:07 +08:00 committed by GitHub
parent 401bf5ee84
commit 8b7b9f8855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
<version>3.0.0</version>
<version>3.2.4</version>
</dependency>
<dependency>