Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 5120fcc

Browse files
committed
Align plexus versions with latest stable Apache/Maven release
1 parent 8db3528 commit 5120fcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

org.eclipse.sisu.plexus/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,17 @@
7070
<dependency>
7171
<groupId>org.codehaus.plexus</groupId>
7272
<artifactId>plexus-component-annotations</artifactId>
73-
<version>1.5.5</version>
73+
<version>2.1.0</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.codehaus.plexus</groupId>
7777
<artifactId>plexus-classworlds</artifactId>
78-
<version>2.5.2</version>
78+
<version>2.6.0</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.codehaus.plexus</groupId>
8282
<artifactId>plexus-utils</artifactId>
83-
<version>3.0.17</version>
83+
<version>3.3.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>junit</groupId>

0 commit comments

Comments
 (0)