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
commit b109c443d5d14de25eee4c6b3735cdc35d8f7643 Author: Gary Gregory <[email protected]> AuthorDate: Sat Aug 22 07:56:35 2026 -0400 Bump org.apache.felix:maven-bundle-plugin from 6.0.2 on 6.1.0 on Java 17 and up. --- pom.xml | 2 +- src/changes/changes.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 29c9a98..590ecf5 100644 --- a/pom.xml +++ b/pom.xml @@ -1762,7 +1762,7 @@ <jdk>[17,)</jdk> </activation> <properties> - <commons.felix.version>6.0.2</commons.felix.version> + <commons.felix.version>6.1.0</commons.felix.version> <commons.biz.aQute.bndlib.version>7.4.0</commons.biz.aQute.bndlib.version> <commons.rat.version>0.18</commons.rat.version> </properties> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bda8214..592aee1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,8 @@ The <action> type attribute can be add,update,fix,remove. <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.cyclonedx:cyclonedx-maven-plugin from 2.9.2 to 2.9.3.</action> + <action type="update" dev="engelen" due-to="Gary Gregory">Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.3 to 4.10.4.0 on Java 11 and up.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.felix:maven-bundle-plugin from 6.0.2 on 6.1.0 on Java 17 and up.</action> </release> <release version="104" date="2026-08-20" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
