diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d6de9d60..22524a640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 Boot 3.0.0.](https://github.com/Tencent/spring-cloud-tencent/pull/739) diff --git a/pom.xml b/pom.xml index 61bb71352..f1db3bcb9 100644 --- a/pom.xml +++ b/pom.xml @@ -95,10 +95,10 @@ 2022.0.0-RC2 - 3.0.0-RC2 + 3.0.0 - 6.0.0 + 6.0.1 0.8.8 @@ -121,15 +121,16 @@ import - + - org.springframework.cloud - spring-cloud-dependencies - ${spring.cloud.version} + org.springframework + spring-framework-bom + ${spring.framework.version} pom import + org.springframework.boot spring-boot-dependencies @@ -138,11 +139,11 @@ import - + - org.springframework - spring-framework-bom - ${spring.framework.version} + org.springframework.cloud + spring-cloud-dependencies + ${spring.cloud.version} pom import @@ -177,12 +178,12 @@ jacoco-maven-plugin ${jacoco.version} - - - - - - + + jacoco-initialize + + prepare-agent + + jacoco-site test