Skip to content

Commit 31d5444

Browse files
hboutemyslachiewicz
authored andcommitted
[MJARSIGNER-71] upgrade plexus-utils to 4.0.0
1 parent 1e1ae5d commit 31d5444

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ under the License.
7979
<dependency>
8080
<groupId>org.codehaus.plexus</groupId>
8181
<artifactId>plexus-utils</artifactId>
82-
<version>3.3.0</version>
82+
<version>4.0.0</version>
8383
</dependency>
8484
</dependencies>
8585
</dependencyManagement>
@@ -118,6 +118,11 @@ under the License.
118118
<artifactId>maven-shared-utils</artifactId>
119119
<version>3.3.3</version>
120120
</dependency>
121+
<dependency>
122+
<groupId>org.codehaus.plexus</groupId>
123+
<artifactId>plexus-xml</artifactId>
124+
<version>3.0.0</version>
125+
</dependency>
121126
<dependency>
122127
<groupId>org.sonatype.plexus</groupId>
123128
<artifactId>plexus-sec-dispatcher</artifactId>

0 commit comments

Comments
 (0)