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-parent.git
The following commit(s) were added to refs/heads/master by this push: new e2d779f Document bndlib 7.1 requires java 17 (#566) e2d779f is described below commit e2d779fd87fe0389ef6a2ac6b9e88019175f4cda Author: Arnout Engelen <enge...@apache.org> AuthorDate: Mon Dec 30 14:43:18 2024 +0100 Document bndlib 7.1 requires java 17 (#566) And tell dependabot not to update the major version --- .github/dependabot.yml | 5 +++++ pom.xml | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 00079ca..1bf79d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,11 @@ updates: schedule: interval: "weekly" day: "friday" + ignore: + - dependency-name: "biz.aQute.bnd:biz.aQute.bndlib" + # org.apache.felix:maven-bundle-plugin does not yet support bndlib 7, + # and bndlib 7.1 requires Java 17 + update-types: [ "sem-ver:major" ] - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/pom.xml b/pom.xml index 09d2b25..7f3d5c5 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,9 @@ <commons.buildnumber-plugin.version>3.2.1</commons.buildnumber-plugin.version> <commons.moditect-maven-plugin.version>1.2.2.Final</commons.moditect-maven-plugin.version> <commons.moditect-maven-plugin.addServiceUses>true</commons.moditect-maven-plugin.addServiceUses> - <!-- Warning: org.apache.felix:maven-bundle-plugin does not yet support bndlib 7 --> + <!-- Warning: org.apache.felix:maven-bundle-plugin does not yet support bndlib 7, + and bndlib 7.1 requires Java 17 + --> <commons.biz.aQute.bndlib.version>6.4.1</commons.biz.aQute.bndlib.version> <commons.junit.version>5.11.4</commons.junit.version> <!-- JUnit Pioneer 2 requires Java 11 -->