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 dd18b71e2 [MAINTENANCE] Update bnd-indexer-maven-plugin to 6.x
dd18b71e2 is described below

commit dd18b71e278df1bf8e3d2fce0ae1c32778a0c281
Author: Dominik Przybysz <alien11...@gmail.com>
AuthorDate: Thu Mar 13 06:14:09 2025 +0100

    [MAINTENANCE] Update bnd-indexer-maven-plugin to 6.x
---
 .github/dependabot.yaml                | 3 +++
 async/async-all-index/pom.xml          | 2 +-
 async/async-index/pom.xml              | 2 +-
 blueprint/blueprint-repository/pom.xml | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 4dc64073f..2132474aa 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -28,6 +28,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-indexer-maven-plugin"
+        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
diff --git a/async/async-all-index/pom.xml b/async/async-all-index/pom.xml
index b62703226..ab2651766 100644
--- a/async/async-all-index/pom.xml
+++ b/async/async-all-index/pom.xml
@@ -46,7 +46,7 @@
     <properties>
         <local.url.policy>REQUIRED</local.url.policy>
 
-        
<bnd-indexer-maven-plugin.version>3.1.0</bnd-indexer-maven-plugin.version>
+        
<bnd-indexer-maven-plugin.version>6.4.0</bnd-indexer-maven-plugin.version>
         
<org.apache.aries.async.version>1.1.0-SNAPSHOT</org.apache.aries.async.version>
     </properties>
 
diff --git a/async/async-index/pom.xml b/async/async-index/pom.xml
index 27ad62a22..3bf53395c 100644
--- a/async/async-index/pom.xml
+++ b/async/async-index/pom.xml
@@ -46,7 +46,7 @@
     <properties>
         <local.url.policy>REQUIRED</local.url.policy>
 
-        
<bnd-indexer-maven-plugin.version>3.1.0</bnd-indexer-maven-plugin.version>
+        
<bnd-indexer-maven-plugin.version>6.4.0</bnd-indexer-maven-plugin.version>
         
<org.apache.aries.async.impl.version>1.1.0-SNAPSHOT</org.apache.aries.async.impl.version>
     </properties>
 
diff --git a/blueprint/blueprint-repository/pom.xml 
b/blueprint/blueprint-repository/pom.xml
index 619139b61..412e3da17 100644
--- a/blueprint/blueprint-repository/pom.xml
+++ b/blueprint/blueprint-repository/pom.xml
@@ -39,7 +39,7 @@
         <blueprint.api.version>1.0.1</blueprint.api.version>
         <blueprint.cm.version>1.0.9</blueprint.cm.version>
         <blueprint.core.version>1.5.0</blueprint.core.version>
-        <bnd.version>3.1.0</bnd.version>
+        <bnd.version>6.4.0</bnd.version>
         
<org.apache.aries.proxy.api.version>1.0.1</org.apache.aries.proxy.api.version>
         
<org.apache.aries.proxy.impl.version>1.0.6</org.apache.aries.proxy.impl.version>
         <org.apache.aries.util.version>1.1.3</org.apache.aries.util.version>

Reply via email to