Bump bnd to 7.0.0 80/108480/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Oct 2023 12:35:49 +0000 (14:35 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Oct 2023 12:35:49 +0000 (14:35 +0200)
https://github.com/bndtools/bnd/wiki/Changes-in-7.0.0

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

index 47301d99f667c7d16e81873b93995a904ba5bb12..1e8f9a50a3de0d444399ca548addec03253b8779 100644 (file)
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>biz.aQute.bnd.annotation</artifactId>
-                <version>6.4.0</version>
+                <version>7.0.0</version>
                 <scope>provided</scope>
             </dependency>
         </dependencies>
@@ -63,7 +63,7 @@
                 <plugin>
                     <groupId>biz.aQute.bnd</groupId>
                     <artifactId>bnd-maven-plugin</artifactId>
-                    <version>6.4.0</version>
+                    <version>7.0.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>