fix:upgrade spring version. (#1087)

pull/1093/head
Haotian Zhang 1 year ago committed by GitHub
parent 61c812022c
commit 4abc98b84b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,3 +25,4 @@
- [feat:added polaris weighted round robin load balancer.](https://github.com/Tencent/spring-cloud-tencent/pull/1072) - [feat:added polaris weighted round robin load balancer.](https://github.com/Tencent/spring-cloud-tencent/pull/1072)
- [fix:add deregister judgment.](https://github.com/Tencent/spring-cloud-tencent/pull/1076) - [fix:add deregister judgment.](https://github.com/Tencent/spring-cloud-tencent/pull/1076)
- [refactor:optimize discovery properties initialization.](https://github.com/Tencent/spring-cloud-tencent/pull/1078) - [refactor:optimize discovery properties initialization.](https://github.com/Tencent/spring-cloud-tencent/pull/1078)
- [fix:upgrade spring version.](https://github.com/Tencent/spring-cloud-tencent/pull/1087)

@ -91,7 +91,7 @@
<revision>1.12.0-2020.0.6-SNAPSHOT</revision> <revision>1.12.0-2020.0.6-SNAPSHOT</revision>
<!-- Spring Framework --> <!-- Spring Framework -->
<spring.framework.version>5.3.25</spring.framework.version> <spring.framework.version>5.3.29</spring.framework.version>
<!-- Spring Boot --> <!-- Spring Boot -->
<spring.boot.version>2.4.13</spring.boot.version> <spring.boot.version>2.4.13</spring.boot.version>

Loading…
Cancel
Save