diff --git a/pom.xml b/pom.xml index 4aa7052..4999973 100644 --- a/pom.xml +++ b/pom.xml @@ -14,12 +14,12 @@ UTF-8 1.8 - 4.2.0 + 4.3.0 2.3.1 1.2.20 3.9.1 2.2.224 - 2.7.17 + 2.7.18 1.18.30 @@ -63,11 +63,6 @@ mybatis-spring-boot-starter ${mybatis-spring-boot-starter.version} - - org.mybatis.spring.boot - mybatis-spring-boot-starter-test - ${mybatis-spring-boot-starter.version} - com.alibaba druid diff --git a/springboot3-sample/pom.xml b/springboot3-sample/pom.xml index d519a51..3ff4e41 100644 --- a/springboot3-sample/pom.xml +++ b/springboot3-sample/pom.xml @@ -16,8 +16,8 @@ 17 17 UTF-8 - 3.1.5 - 3.0.2 + 3.2.1 + 3.0.3 @@ -32,7 +32,7 @@ org.springdoc springdoc-openapi-starter-webmvc-ui - 2.2.0 + 2.3.0 com.baomidou @@ -56,16 +56,6 @@ lombok true - - org.springframework.boot - spring-boot-starter-test - test - - - org.mybatis.spring.boot - mybatis-spring-boot-starter-test - test -