diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml
index 2181b4a95..c0a677aa3 100644
--- a/yudao-dependencies/pom.xml
+++ b/yudao-dependencies/pom.xml
@@ -32,7 +32,9 @@
1.4.13
3.0.5
3.32.0
- 8.1.3.62
+ 8.1.3.140
+ 8.6.0
+ 5.1.0
2.3.1
@@ -271,6 +273,18 @@
${dm8.jdbc.version}
+
+ org.opengauss
+ opengauss-jdbc
+ ${opengauss.jdbc.version}
+
+
+
+ cn.com.kingbase
+ kingbase8
+ ${kingbase.jdbc.version}
+
+
cn.iocoder.cloud
diff --git a/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml b/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml
index d02b68d73..6b94988dd 100644
--- a/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml
@@ -53,6 +53,16 @@
DmJdbcDriver18
true
+
+ cn.com.kingbase
+ kingbase8
+ true
+
+
+ org.opengauss
+ opengauss-jdbc
+ true
+
com.alibaba