1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

后端微服务 SpringCloud 版本升级到 2.7.5

This commit is contained in:
程序员小墨 2023-02-20 14:06:33 +08:00
parent 494e578628
commit 0f43fa20b6
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@
<!--<dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-devtools</artifactId>-->
<!-- <version>2.7.4</version>-->
<!-- <version>2.7.5</version>-->
<!--</dependency>-->
</dependencies>

View File

@ -63,13 +63,13 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.7.4</version>
<version>2.7.5</version>
</dependency>
<!-- Spring Boot Test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
<version>2.7.4</version>
<version>2.7.5</version>
</dependency>
<!-- Spring Boot Starter Web -->
<dependency>