feat:upgrade jacoco version. (#1309)

pull/1311/head
Haotian Zhang 4 months ago committed by GitHub
parent 6bb2ff9a21
commit e585329d3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,3 +14,4 @@
- [feat:add zero protection.](https://github.com/Tencent/spring-cloud-tencent/pull/1278)
- [fix: fix lossless deregister failed when no healthcheck configured](https://github.com/Tencent/spring-cloud-tencent/pull/1281)
- [fix:fix ApplicationContextAwareUtils NPE bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1293)
- [feat:upgrade jacoco version.](https://github.com/Tencent/spring-cloud-tencent/pull/1309)

@ -101,7 +101,7 @@
<spring.cloud.version>2022.0.5</spring.cloud.version>
<!-- Maven Plugin Versions -->
<jacoco.version>0.8.8</jacoco.version>
<jacoco.version>0.8.12</jacoco.version>
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
<!-- Checkstyle -->

Loading…
Cancel
Save