Skip to content

Commit 489dca4

Browse files
committed
Update Jacoco to 0.8.13
This adds support for Java 24 and 25.
1 parent 91278e6 commit 489dca4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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.12
279+
jacoco.version=0.8.13
280280
jacoco.checksum.enabled=true
281281
jacoco.checksum.algorithm=MD5|SHA-1
282-
jacoco.checksum.value=a85698213c36c6c964b1d4011a5f8770|c77282468d7e311b7e3e4b03dc9a8c7837902b4b
282+
jacoco.checksum.value=449640bd17d157db98893c8be10511b7|dddce894db4b60c4f3db6cdbb0fbec39f9408811
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
@@ -221,6 +221,9 @@
221221
Update Derby to 10.17.1.0. (markt)
222222
</update>
223223
<!-- Entries for backport and removal before 12.0.0-M1 below this line -->
224+
<update>
225+
Update Jacoco to 0.8.13. (remm)
226+
</update>
224227
</changelog>
225228
</subsection>
226229
</section>

0 commit comments

Comments
 (0)