This is an automated email from the ASF dual-hosted git repository.

alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 49930404c [MAINTENANCE] Exclude bnd-maven-plugin update to version not 
supporting java 8
49930404c is described below

commit 49930404c50f41da1bd6d9d16394dc1e3fc1c534
Author: Dominik Przybysz <[email protected]>
AuthorDate: Wed Jan 15 21:14:27 2025 +0100

    [MAINTENANCE] Exclude bnd-maven-plugin update to version not supporting 
java 8
---
 .github/dependabot.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index c3a16a595..1da47c069 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -21,6 +21,9 @@ updates:
       - dependency-name: "biz.aQute.bnd:biz.aQute.bndlib"
         versions:
           - ">=7.0.0" # does not support java 8
+      - dependency-name: "biz.aQute.bnd:bnd-maven-plugin"
+        versions:
+          - ">=7.0.0" # does not support java 8
       - dependency-name: "org.apache.derby:derby"
         versions:
           - ">=10.15.0" # does not support java 8

Reply via email to