diff --git a/blade-starter-mybatis/pom.xml b/blade-starter-mybatis/pom.xml
index e7628cb..e4ec237 100644
--- a/blade-starter-mybatis/pom.xml
+++ b/blade-starter-mybatis/pom.xml
@@ -32,6 +32,10 @@
com.baomidou
mybatis-plus
+
+ com.baomidou
+ mybatis-plus-jsqlparser
+
com.baomidou
mybatis-plus-spring-boot-autoconfigure
diff --git a/pom.xml b/pom.xml
index dbd12e2..37ec9cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
3.5.19
3.0.4
- 3.5.8
+ 3.5.10.1
4.12.0
1.8.0
@@ -266,6 +266,11 @@
mybatis-plus
${mybatis.plus.version}
+
+ com.baomidou
+ mybatis-plus-jsqlparser
+ ${mybatis.plus.version}
+
com.baomidou
mybatis-plus-spring-boot-autoconfigure