This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


The following commit(s) were added to refs/heads/master by this push:
     new 2156a6cf Fix JaCoCo on Java 24
2156a6cf is described below

commit 2156a6cf1d7156af88bb746ac9bf5417974d36ee
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Apr 24 17:04:40 2025 -0400

    Fix JaCoCo on Java 24
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 394dceed..595ffe4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,7 @@
     <slf4j.version>1.7.26</slf4j.version>
     <skipAPICompatCheck>false</skipAPICompatCheck>
     <moditect.skip>true</moditect.skip>
+    <commons.jacoco.version>0.8.13</commons.jacoco.version>
     <!-- JaCoCo: Don't make code coverage worse than: -->
     <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
   </properties>

Reply via email to