Author: centic
Date: Sat Dec 14 10:24:25 2024
New Revision: 1922486

URL: http://svn.apache.org/viewvc?rev=1922486&view=rev
Log:
Update JaCoCo to 0.8.12

Modified:
    poi/trunk/build.gradle
    poi/trunk/build.xml

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1922486&r1=1922485&r2=1922486&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sat Dec 14 10:24:25 2024
@@ -454,7 +454,7 @@ subprojects {
     }
 
     jacoco {
-        toolVersion = '0.8.11'
+        toolVersion = '0.8.12'
     }
 
     jacocoTestReport {

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1922486&r1=1922485&r2=1922486&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Dec 14 10:24:25 2024
@@ -344,7 +344,7 @@ under the License.
     <dependency prefix="ooxml.test.opczip" 
artifact="com.github.rzymek:opczip:1.2.0" usage="ooxml-tests"/>
 
     <!-- coverage libs -->
-    <dependency prefix="jacoco" artifact="org.jacoco:jacoco:0.8.11" 
usage="util" packaging="zip"/>
+    <dependency prefix="jacoco" artifact="org.jacoco:jacoco:0.8.12" 
usage="util" packaging="zip"/>
     <dependency prefix="asm" artifact="org.ow2.asm:asm:9.5" usage="util"/>
     <dependency prefix="asm-commons" artifact="org.ow2.asm:asm-commons:9.5" 
usage="util"/>
     <dependency prefix="asm-tree" artifact="org.ow2.asm:asm-tree:9.5" 
usage="util"/>
@@ -709,6 +709,7 @@ under the License.
                 <include name="org.jacoco.*-0.8.6.*.jar"/>
                 <include name="org.jacoco.*-0.8.8.*.jar"/>
                 <include name="org.jacoco.*-0.8.10.*.jar"/>
+                <include name="org.jacoco.*-0.8.11.*.jar"/>
                 <include name="forbiddenapis-3.1.jar"/>
                 <include name="forbiddenapis-3.4.jar"/>
             </fileset>
@@ -717,6 +718,7 @@ under the License.
                 <include name="jacoco-0.8.6.zip"/>
                 <include name="jacoco-0.8.8.zip"/>
                 <include name="jacoco-0.8.10.zip"/>
+                <include name="jacoco-0.8.11.zip"/>
             </fileset>
             <fileset dir="${basedir}/lib">
                 <include name="jacoco-*.zip"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to