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

Loading…
Cancel
Save