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 9056c7aa752b409394e1013947f441170c44feab Author: Gary Gregory <[email protected]> AuthorDate: Thu Aug 20 09:58:44 2026 -0400 Bump biz.aQute.bnd:biz.aQute.bndlib from 7.3.0 to 7.4.0 on Java 17 and up. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 45ea839..673400e 100644 --- a/pom.xml +++ b/pom.xml @@ -1761,7 +1761,7 @@ </activation> <properties> <commons.felix.version>6.0.2</commons.felix.version> - <commons.biz.aQute.bndlib.version>7.3.0</commons.biz.aQute.bndlib.version> + <commons.biz.aQute.bndlib.version>7.4.0</commons.biz.aQute.bndlib.version> <commons.rat.version>0.18</commons.rat.version> </properties> </profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5c63050..2d14b38 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. <action type="update" dev="engelen" due-to="Arnout Engelen">Bump org.junit:junit-bom from 5.14.3 to 5.14.4.</action> <action type="update" dev="engelen" due-to="Arnout Engelen">Bump com.github.spotbugs:spotbugs from 3.9.8 to 4.10.4</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-jar-plugin from 3.5.0 to 3.5.1.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump biz.aQute.bnd:biz.aQute.bndlib from 7.3.0 to 7.4.0 on Java 17 and up.</action> </release> <release version="103" date="2026-07-18" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
