diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml index 80fb7a5c3e..efd5a707d7 100644 --- a/yudao-dependencies/pom.xml +++ b/yudao-dependencies/pom.xml @@ -25,9 +25,9 @@ 4.5.0 2.5 - 1.2.23 - 3.5.16 - 3.5.7 + 1.2.24 + 3.5.17 + 3.5.9 4.3.1 1.4.13 3.0.6 @@ -198,6 +198,11 @@ mybatis-plus-boot-starter ${mybatis-plus.version} + + com.baomidou + mybatis-plus-jsqlparser-4.9 + ${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 89e061102d..f573a94394 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-boot-starter + + com.baomidou + mybatis-plus-jsqlparser-4.9 + com.baomidou dynamic-datasource-spring-boot-starter