后端微服务 SpringCloud 版本升级到 2.7.5
This commit is contained in:
parent
494e578628
commit
0f43fa20b6
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user