Author: centic
Date: Sun Jun 15 13:36:46 2025
New Revision: 1926440

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

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=1926440&r1=1926439&r2=1926440&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sun Jun 15 13:36:46 2025
@@ -444,7 +444,7 @@ subprojects {
     }
 
     jacoco {
-        toolVersion = '0.8.12'
+        toolVersion = '0.8.13'
     }
 
     jacocoTestReport {

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1926440&r1=1926439&r2=1926440&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Jun 15 13:36:46 2025
@@ -345,7 +345,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.12" 
usage="util" packaging="zip"/>
+    <dependency prefix="jacoco" artifact="org.jacoco:jacoco:0.8.13" 
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"/>



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

Reply via email to