diff options
| author | tanghao <[email protected]> | 2024-08-19 16:37:20 +0800 |
|---|---|---|
| committer | tanghao <[email protected]> | 2024-08-19 16:37:20 +0800 |
| commit | e0dfede048671413cb1cf787ffd9fd7064cfce96 (patch) | |
| tree | c3c39cdea26d16ae0af7b9e98a3ded42c409e43c | |
| parent | 045157ed13a66c8e149d70b446d991e7d91e2d5d (diff) | |
fix: 升级clickhouse http client版本
| -rw-r--r-- | cn-admin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cn-admin/pom.xml b/cn-admin/pom.xml index 6b7b63d..da93f7d 100644 --- a/cn-admin/pom.xml +++ b/cn-admin/pom.xml @@ -354,7 +354,7 @@ <groupId>com.clickhouse</groupId> <!-- or clickhouse-grpc-client if you prefer gRPC --> <artifactId>clickhouse-http-client</artifactId> - <version>0.6.0</version> + <version>0.6.4</version> </dependency> <dependency> <groupId>org.apache.httpcomponents.client5</groupId> |
