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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new b29ea9a5d6 [FELIX-6494] upgrade bndlib from 5.1.1 to 6.2.0
     new 078546e78f Merge pull request #130 from hboutemy/FELIX-6496
b29ea9a5d6 is described below

commit b29ea9a5d6dc8662dc0c960eff199c18fcd6b5e4
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sun Feb 27 09:31:50 2022 +0100

    [FELIX-6494] upgrade bndlib from 5.1.1 to 6.2.0
---
 tools/maven-bundle-plugin/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/maven-bundle-plugin/pom.xml 
b/tools/maven-bundle-plugin/pom.xml
index d07f2a8f81..81e68485e7 100644
--- a/tools/maven-bundle-plugin/pom.xml
+++ b/tools/maven-bundle-plugin/pom.xml
@@ -68,7 +68,7 @@
     <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-plugin-plugin</artifactId>
-     <version>3.6.1</version>
+     <version>3.6.4</version>
      <executions>
       <execution>
        <id>default-descriptor</id>
@@ -172,7 +172,7 @@
   <dependency>
     <groupId>biz.aQute.bnd</groupId>
     <artifactId>biz.aQute.bndlib</artifactId>
-    <version>5.1.1</version>
+    <version>6.2.0</version>
   </dependency>
   <dependency>
     <groupId>org.slf4j</groupId>
@@ -207,7 +207,7 @@
   <dependency>
    <groupId>org.apache.maven</groupId>
    <artifactId>maven-archiver</artifactId>
-   <version>3.5.0</version>
+   <version>3.5.2</version>
   </dependency>
   <dependency>
    <groupId>org.apache.maven.shared</groupId>

Reply via email to