Update dependencies

This commit is contained in:
2023-12-28 14:57:14 +08:00
parent 47baa06125
commit 94512ccd2b

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.4</version> <version>3.2.1</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>top.fatweb</groupId> <groupId>top.fatweb</groupId>
@@ -152,7 +152,7 @@
<dependency> <dependency>
<groupId>com.baomidou</groupId> <groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-spring-boot3-starter</artifactId> <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
<version>3.5.4.1</version> <version>3.5.5</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.xerial</groupId> <groupId>org.xerial</groupId>
@@ -176,14 +176,14 @@
<dependency> <dependency>
<groupId>com.baomidou</groupId> <groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-spring-boot3-starter-test</artifactId> <artifactId>mybatis-plus-spring-boot3-starter-test</artifactId>
<version>3.5.4.1</version> <version>3.5.5</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- <!--
<dependency> <dependency>
<groupId>com.baomidou</groupId> <groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-generator</artifactId> <artifactId>mybatis-plus-generator</artifactId>
<version>3.5.3.2</version> <version>3.5.5</version>
</dependency> </dependency>
--> -->