Skip to content

Commit 4375f76

Browse files
committed
Update parent pom and dependencies
1 parent 1b4b599 commit 4375f76

File tree

1 file changed

+5
-5
lines changed
  • tools/osgicheck-maven-plugin

1 file changed

+5
-5
lines changed

tools/osgicheck-maven-plugin/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.apache.felix</groupId>
2020
<artifactId>felix-parent</artifactId>
21-
<version>8</version>
21+
<version>9</version>
2222
<relativePath />
2323
</parent>
2424

@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.ow2.asm</groupId>
7979
<artifactId>asm-tree</artifactId>
80-
<version>9.6</version>
80+
<version>9.8</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.apache.maven</groupId>
@@ -105,12 +105,12 @@
105105
<dependency>
106106
<groupId>org.codehaus.plexus</groupId>
107107
<artifactId>plexus-archiver</artifactId>
108-
<version>4.9.1</version>
108+
<version>4.10.0</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.codehaus.plexus</groupId>
112112
<artifactId>plexus-utils</artifactId>
113-
<version>4.0.0</version>
113+
<version>4.0.2</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.osgi</groupId>
@@ -120,7 +120,7 @@
120120
<dependency>
121121
<groupId>org.apache.felix</groupId>
122122
<artifactId>org.apache.felix.scr</artifactId>
123-
<version>2.2.6</version>
123+
<version>2.2.12</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.apache.sling</groupId>

0 commit comments

Comments
 (0)