You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2021/12/01 07:51:25 UTC

[karaf] branch main updated: [KARAF-7285] Upgrade to bndlib 6.1.0

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new ae8f1d3  [KARAF-7285] Upgrade to bndlib 6.1.0
     new 7e28749  Merge pull request #1461 from jbonofre/KARAF-7285
ae8f1d3 is described below

commit ae8f1d3a1bdbab4158d6eb72d792adaa480f089a
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Nov 30 06:32:44 2021 +0100

    [KARAF-7285] Upgrade to bndlib 6.1.0
---
 tooling/karaf-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/karaf-maven-plugin/pom.xml b/tooling/karaf-maven-plugin/pom.xml
index eac87f7..cd12a98 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -266,7 +266,7 @@
         <dependency>
             <groupId>biz.aQute.bnd</groupId>
             <artifactId>biz.aQute.bndlib</artifactId>
-            <version>5.2.0</version>
+            <version>6.1.0</version>
         </dependency>
     </dependencies>