后端微服务 SpringCloud 版本升级到 2.7.5
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
<!--<dependency>-->
|
<!--<dependency>-->
|
||||||
<!-- <groupId>org.springframework.boot</groupId>-->
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
||||||
<!-- <artifactId>spring-boot-devtools</artifactId>-->
|
<!-- <artifactId>spring-boot-devtools</artifactId>-->
|
||||||
<!-- <version>2.7.4</version>-->
|
<!-- <version>2.7.5</version>-->
|
||||||
<!--</dependency>-->
|
<!--</dependency>-->
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@@ -63,13 +63,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-dependencies</artifactId>
|
<artifactId>spring-boot-dependencies</artifactId>
|
||||||
<version>2.7.4</version>
|
<version>2.7.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Spring Boot Test -->
|
<!-- Spring Boot Test -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-test</artifactId>
|
<artifactId>spring-boot-test</artifactId>
|
||||||
<version>2.7.4</version>
|
<version>2.7.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Spring Boot Starter Web -->
|
<!-- Spring Boot Starter Web -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Reference in New Issue
Block a user