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

cziegeler 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 6b9e5feb06 Update dependencies
6b9e5feb06 is described below

commit 6b9e5feb06164c29a0029590d5e37a8292f3cf93
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Aug 22 07:39:39 2023 +0200

    Update dependencies
---
 webconsole-plugins/metatype/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/webconsole-plugins/metatype/pom.xml 
b/webconsole-plugins/metatype/pom.xml
index 2b011dd6d4..2b5603966e 100644
--- a/webconsole-plugins/metatype/pom.xml
+++ b/webconsole-plugins/metatype/pom.xml
@@ -46,7 +46,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>3.2.0</version>
+                <version>5.1.9</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
@@ -78,14 +78,14 @@
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <version>4.0.0</version>
+            <artifactId>osgi.core</artifactId>
+            <version>6.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-            <version>4.1.0</version>
+            <artifactId>org.osgi.service.metatype</artifactId>
+            <version>1.4.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Reply via email to