Bump bndlib/bnd-maven-plugin to 6.3.1 93/101793/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 11 Jul 2022 08:23:06 +0000 (10:23 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 11 Jul 2022 08:24:48 +0000 (10:24 +0200)
https://github.com/bndtools/bnd/wiki/Changes-in-6.3.0
https://github.com/bndtools/bnd/wiki/Changes-in-6.3.1

Change-Id: Ia30046c3ec1b8d6b91b679dac509f51bea35ecc4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bnd-parent/pom.xml

index 14b0af302bb5b938ca6e41028d19c0109845b9bc..dfa07b5788f46e41797740bc3c660814fedbd5cb 100644 (file)
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>biz.aQute.bnd.annotation</artifactId>
-                <version>6.2.0</version>
+                <version>6.3.1</version>
                 <scope>provided</scope>
             </dependency>
         </dependencies>
@@ -63,7 +63,7 @@
                 <plugin>
                     <groupId>biz.aQute.bnd</groupId>
                     <artifactId>bnd-maven-plugin</artifactId>
-                    <version>6.2.0</version>
+                    <version>6.3.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>