diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml
index 68e9a1634..21088f333 100644
--- a/yudao-dependencies/pom.xml
+++ b/yudao-dependencies/pom.xml
@@ -24,9 +24,9 @@
2.7.0
4.6.0
- 1.2.23
- 3.5.16
- 3.5.8
+ 1.2.24
+ 3.5.17
+ 3.5.9
4.3.1
1.4.13
3.0.6
@@ -211,6 +211,11 @@
mybatis-plus-spring-boot3-starter
${mybatis-plus.version}
+
+ com.baomidou
+ mybatis-plus-jsqlparser
+ ${mybatis-plus.version}
+
com.baomidou
mybatis-plus-generator
diff --git a/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml b/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml
index 6b94988dd..6fdbb2da9 100644
--- a/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml
@@ -72,6 +72,10 @@
com.baomidou
mybatis-plus-spring-boot3-starter
+
+ com.baomidou
+ mybatis-plus-jsqlparser
+
com.baomidou
dynamic-datasource-spring-boot3-starter