File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -276,10 +276,10 @@ checkstyle.jar=${checkstyle.home}/checkstyle-${checkstyle.version}-all.jar
276
276
checkstyle.loc=${base-gh.loc}/checkstyle/checkstyle/releases/download/checkstyle-${checkstyle.version}/checkstyle-${checkstyle.version}-all.jar
277
277
278
278
# ----- JaCoCo code coverage tool -----
279
- jacoco.version=0.8.12
279
+ jacoco.version=0.8.13
280
280
jacoco.checksum.enabled=true
281
281
jacoco.checksum.algorithm=MD5|SHA-1
282
- jacoco.checksum.value=a85698213c36c6c964b1d4011a5f8770|c77282468d7e311b7e3e4b03dc9a8c7837902b4b
282
+ jacoco.checksum.value=449640bd17d157db98893c8be10511b7|dddce894db4b60c4f3db6cdbb0fbec39f9408811
283
283
jacoco.home=${base.path}/jacoco-${jacoco.version}
284
284
jacoco.jar=${jacoco.home}/lib/jacocoant.jar
285
285
jacoco.loc=${base-maven.loc}/org/jacoco/jacoco/${jacoco.version}/jacoco-${jacoco.version}.zip
Original file line number Diff line number Diff line change 221
221
Update Derby to 10.17.1.0. (markt)
222
222
</update >
223
223
<!-- 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 >
224
227
</changelog >
225
228
</subsection >
226
229
</section >
You can’t perform that action at this time.
0 commit comments