diff --git a/fe/pom.xml b/fe/pom.xml
index b7b9e9a644e4af9..3e04562d551f033 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -240,7 +240,7 @@ under the License.
2.1
1.56.0
3.32.0
- 3.23.1
+ 3.24.3
3.24.3
diff --git a/tools/clickbench-tools/conf/doris-cluster.conf b/tools/clickbench-tools/conf/doris-cluster.conf
index 69daa007de7b3a7..cc7d8a2602e5b87 100644
--- a/tools/clickbench-tools/conf/doris-cluster.conf
+++ b/tools/clickbench-tools/conf/doris-cluster.conf
@@ -20,14 +20,14 @@ export FE_HOST='127.0.0.1'
# BE host
export BE_HOST='127.0.0.1'
# http_port in fe.conf
-export FE_HTTP_PORT=8033
+export FE_HTTP_PORT=8030
# webserver_port in be.conf
-export BE_WEBSERVER_PORT=8018
+export BE_WEBSERVER_PORT=8040
# query_port in fe.conf
-export FE_QUERY_PORT=9083
+export FE_QUERY_PORT=9030
# Doris username
export USER='root'
# Doris password
export PASSWORD=''
# The database name
-export DB='tpch'
+export DB='clickbench'