优化: 升级springboot版本到2.7.5

This commit is contained in:
TinyAnts 2023-03-14 16:23:40 +08:00
parent 6cadf25368
commit eff789eb82
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId> <artifactId>spring-boot-dependencies</artifactId>
<version>2.5.10</version> <version>2.7.5</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>