Skip to content

Commit e585329

Browse files
feat:upgrade jacoco version. (#1309)
1 parent 6bb2ff9 commit e585329

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<spring.cloud.version>2022.0.5</spring.cloud.version>
102102

103103
<!-- Maven Plugin Versions -->
104-
<jacoco.version>0.8.8</jacoco.version>
104+
<jacoco.version>0.8.12</jacoco.version>
105105
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
106106

107107
<!-- Checkstyle -->

0 commit comments

Comments
 (0)