Skip to content

Commit

Permalink
fix:upgrade spring version.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeBeFreeman committed Aug 10, 2023
1 parent 7cecd94 commit 8dbae49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
- [feat:added polaris weighted round robin load balancer.](https://github.com/Tencent/spring-cloud-tencent/pull/1073)
- [fix:add deregister judgment.](https://github.com/Tencent/spring-cloud-tencent/pull/1075)
- [refactor:optimize discovery properties initialization.](https://github.com/Tencent/spring-cloud-tencent/pull/1079)
- [fix:upgrade spring version.](https://github.com/Tencent/spring-cloud-tencent/pull/1085)
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>4.0.2</version>
<version>4.0.5</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -91,13 +91,13 @@
<revision>1.12.0-2022.0.2-SNAPSHOT</revision>

<!-- Spring Framework -->
<spring.framework.version>6.0.8</spring.framework.version>
<spring.framework.version>6.0.11</spring.framework.version>

<!-- Spring Boot -->
<spring.boot.version>3.0.6</spring.boot.version>
<spring.boot.version>3.1.2</spring.boot.version>

<!-- Spring Cloud -->
<spring.cloud.version>2022.0.2</spring.cloud.version>
<spring.cloud.version>2022.0.4</spring.cloud.version>

<!-- Maven Plugin Versions -->
<jacoco.version>0.8.8</jacoco.version>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-tencent-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<version>4.0.1</version>
<version>4.0.5</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 8dbae49

Please sign in to comment.