diff --git a/pom.xml b/pom.xml index f5c0ff4..0fd4a06 100644 --- a/pom.xml +++ b/pom.xml @@ -276,13 +276,13 @@ <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> - <version>3.2.0</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus</artifactId> - <version>3.2.0</version> + <version>3.3.0</version> </dependency> <!-- https://mvnrepository.com/artifact/org.projectlombok/lombok-maven-plugin -->