From 20cb0407013c6aecdea519d594373fba20678523 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sat, 14 Dec 2024 10:24:25 +0000 Subject: Update JaCoCo to 0.8.12 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922486 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a64e02e2a1..7cbad4c8b4 100644 --- a/build.gradle +++ b/build.gradle @@ -454,7 +454,7 @@ subprojects { } jacoco { - toolVersion = '0.8.11' + toolVersion = '0.8.12' } jacocoTestReport { diff --git a/build.xml b/build.xml index 34848c5c2d..8d4faba96a 100644 --- a/build.xml +++ b/build.xml @@ -344,7 +344,7 @@ under the License. - + @@ -709,6 +709,7 @@ under the License. + @@ -717,6 +718,7 @@ under the License. + -- cgit v1.2.3