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 266ed81e9d9e4e582c7c169339c306b8def08c96 Author: Gary Gregory <[email protected]> AuthorDate: Wed Jun 3 09:16:18 2026 -0400 Bump biz.aQute.bnd:biz.aQute.bndlib from 7.2.3 to 7.3.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 c0d74a5..0d37fc3 100644 --- a/pom.xml +++ b/pom.xml @@ -1758,7 +1758,7 @@ </activation> <properties> <commons.felix.version>6.0.2</commons.felix.version> - <commons.biz.aQute.bndlib.version>7.2.3</commons.biz.aQute.bndlib.version> + <commons.biz.aQute.bndlib.version>7.3.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 7bf7650..cd161f6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- FIX --> <!-- ADD --> <!-- 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> </release> <release version="101" date="2026-05-30" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
