This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new aa78de56c8 Update JaCoCo to 0.8.15
aa78de56c8 is described below
commit aa78de56c8186483c54dd01ec499a3d8076e893c
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Jul 1 18:21:07 2026 +0100
Update JaCoCo to 0.8.15
---
build.properties.default | 4 ++--
webapps/docs/changelog.xml | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index 038a17b853..379c15c1ff 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -277,10 +277,10 @@
checkstyle.jar=${checkstyle.home}/checkstyle-${checkstyle.version}-all.jar
checkstyle.loc=${base-gh.loc}/checkstyle/checkstyle/releases/download/checkstyle-${checkstyle.version}/checkstyle-${checkstyle.version}-all.jar
# ----- JaCoCo code coverage tool -----
-jacoco.version=0.8.14
+jacoco.version=0.8.15
jacoco.checksum.enabled=true
jacoco.checksum.algorithm=MD5|SHA-1
-jacoco.checksum.value=1da00355854e56fe99b6c5b31224ea79|93f2e83229e20e02c556e412b041eff31132e60b
+jacoco.checksum.value=4cb568c4d94e5571d6f3a3f548c44198|e8943bd0c24c700cdda471c2f327682e74a8908a
jacoco.home=${base.path}/jacoco-${jacoco.version}
jacoco.jar=${jacoco.home}/lib/jacocoant.jar
jacoco.loc=${base-maven.loc}/org/jacoco/jacoco/${jacoco.version}/jacoco-${jacoco.version}.zip
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 0066eeabd4..4912c1d61e 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -206,6 +206,9 @@
<update>
Update UnboundID to 7.0.5. (markt)
</update>
+ <update>
+ Update JaCoCo to 0.8.15. (markt)
+ </update>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]