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 4375f7674a Update parent pom and dependencies
4375f7674a is described below

commit 4375f7674a9e3bf841c7601668df80f7739ee9ce
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Apr 4 07:13:05 2025 +0200

    Update parent pom and dependencies
---
 tools/osgicheck-maven-plugin/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tools/osgicheck-maven-plugin/pom.xml 
b/tools/osgicheck-maven-plugin/pom.xml
index 3b100c5f7e..96c8938378 100644
--- a/tools/osgicheck-maven-plugin/pom.xml
+++ b/tools/osgicheck-maven-plugin/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
         <relativePath />
     </parent>
     
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>org.ow2.asm</groupId>
             <artifactId>asm-tree</artifactId>
-            <version>9.6</version>
+            <version>9.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
@@ -105,12 +105,12 @@
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-archiver</artifactId>
-            <version>4.9.1</version>
+            <version>4.10.0</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-utils</artifactId>
-            <version>4.0.0</version>
+            <version>4.0.2</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -120,7 +120,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr</artifactId>
-            <version>2.2.6</version>
+            <version>2.2.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>

Reply via email to