feat:update to Spring 6.0.1.

pull/738/head
Haotian Zhang 3 years ago
parent 86372fabbb
commit 0e094130cc

@ -3,3 +3,4 @@
- [support 2022](https://github.com/Tencent/spring-cloud-tencent/pull/732)
- [feat:update to Spring Cloud 2022 RC2.](https://github.com/Tencent/spring-cloud-tencent/pull/734)
- [feat:update to Spring 6.0.1.](https://github.com/Tencent/spring-cloud-tencent/pull/738)

@ -98,7 +98,7 @@
<spring.boot.version>3.0.0-RC2</spring.boot.version>
<!-- Spring Framework -->
<spring.framework.version>6.0.0</spring.framework.version>
<spring.framework.version>6.0.1</spring.framework.version>
<!-- Maven Plugin Versions -->
<jacoco.version>0.8.8</jacoco.version>
@ -121,15 +121,16 @@
<scope>import</scope>
</dependency>
<!-- Spring Cloud Dependencies -->
<!-- Spring Framework Dependencies -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>${spring.cloud.version}</version>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>${spring.framework.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Spring Boot Dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
@ -138,11 +139,11 @@
<scope>import</scope>
</dependency>
<!-- Spring Framework Dependencies -->
<!-- Spring Cloud Dependencies -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>${spring.framework.version}</version>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>${spring.cloud.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

Loading…
Cancel
Save