diff --git a/mybatis-plus/runtime/pom.xml b/mybatis-plus/runtime/pom.xml
index 4c7dd65..5f99842 100644
--- a/mybatis-plus/runtime/pom.xml
+++ b/mybatis-plus/runtime/pom.xml
@@ -22,6 +22,10 @@
com.baomidou
mybatis-plus
+
+ com.baomidou
+ mybatis-plus-jsqlparser
+
org.graalvm.nativeimage
svm
diff --git a/pom.xml b/pom.xml
index 034dc9e..02a2f64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
2.16.12.Final
3.5.16
- 3.5.8
+ 3.5.9
3.0.3
5.3.34
@@ -57,6 +57,11 @@
mybatis-plus
${mybatis-plus.version}
+
+ com.baomidou
+ mybatis-plus-jsqlparser
+ ${mybatis-plus.version}
+
ru.vyarus
generics-resolver