Skip to content

Commit d5d7faa

Browse files
committed
Update JaCoCo to 0.8.15
1 parent e096ca2 commit d5d7faa

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

build.properties.default

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,10 @@ checkstyle.jar=${checkstyle.home}/checkstyle-${checkstyle.version}-all.jar
276276
checkstyle.loc=${base-gh.loc}/checkstyle/checkstyle/releases/download/checkstyle-${checkstyle.version}/checkstyle-${checkstyle.version}-all.jar
277277

278278
# ----- JaCoCo code coverage tool -----
279-
jacoco.version=0.8.14
279+
jacoco.version=0.8.15
280280
jacoco.checksum.enabled=true
281281
jacoco.checksum.algorithm=MD5|SHA-1
282-
jacoco.checksum.value=1da00355854e56fe99b6c5b31224ea79|93f2e83229e20e02c556e412b041eff31132e60b
282+
jacoco.checksum.value=4cb568c4d94e5571d6f3a3f548c44198|e8943bd0c24c700cdda471c2f327682e74a8908a
283283
jacoco.home=${base.path}/jacoco-${jacoco.version}
284284
jacoco.jar=${jacoco.home}/lib/jacocoant.jar
285285
jacoco.loc=${base-maven.loc}/org/jacoco/jacoco/${jacoco.version}/jacoco-${jacoco.version}.zip

webapps/docs/changelog.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,9 @@
455455
<update>
456456
Update UnboundID to 7.0.5. (markt)
457457
</update>
458+
<update>
459+
Update JaCoCo to 0.8.15. (markt)
460+
</update>
458461
</changelog>
459462
</subsection>
460463
</section>

0 commit comments

Comments
 (0)