This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 1e08fe6 Bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15.
1e08fe6 is described below
commit 1e08fe649a904a18cefd0ec21f8fdfdd6d928ce2
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 7 08:43:32 2026 -0400
Bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 971aa2f..d0f12b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
<commons.spdx.version>1.0.3</commons.spdx.version>
<commons.failsafe.version>3.5.6</commons.failsafe.version>
<commons.felix.version>5.1.9</commons.felix.version>
- <commons.jacoco.version>0.8.14</commons.jacoco.version>
+ <commons.jacoco.version>0.8.15</commons.jacoco.version>
<commons.japicmp.version>0.26.1</commons.japicmp.version>
<commons.jar-plugin.version>3.5.0</commons.jar-plugin.version>
<commons.javadoc.version>3.12.0</commons.javadoc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e6ed81b..07541b0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
biz.aQute.bnd:biz.aQute.bndlib from 7.2.3 to 7.3.0 on Java 17 and up.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.puppycrawl.tools:checkstyle from 13.4.2 to 13.5.0 on Java 21 and
up.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15.</action>
</release>
<release version="101" date="2026-05-30" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->