Skip to content

Commit 331cf42

Browse files
committed
[MPLUGIN-497] Upgrade components
This closes #247
1 parent 4e2e0b6 commit 331cf42

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

maven-script/maven-script-ant/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ under the License.
6161
<dependency>
6262
<groupId>org.codehaus.plexus</groupId>
6363
<artifactId>plexus-ant-factory</artifactId>
64+
<!-- Do not upgrade, compilation will fail! -->
6465
<version>1.0-alpha-2.1</version>
6566
<exclusions>
6667
<exclusion>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
<dependency>
226226
<groupId>org.codehaus.plexus</groupId>
227227
<artifactId>plexus-archiver</artifactId>
228-
<version>4.8.0</version>
228+
<version>4.9.1</version>
229229
</dependency>
230230
<dependency>
231231
<groupId>org.codehaus.plexus</groupId>
@@ -259,7 +259,7 @@
259259
<dependency>
260260
<groupId>org.jsoup</groupId>
261261
<artifactId>jsoup</artifactId>
262-
<version>1.16.2</version>
262+
<version>1.17.1</version>
263263
</dependency>
264264
<dependency>
265265
<groupId>org.ow2.asm</groupId>
@@ -304,14 +304,14 @@
304304
<dependency>
305305
<groupId>org.junit</groupId>
306306
<artifactId>junit-bom</artifactId>
307-
<version>5.10.0</version>
307+
<version>5.10.1</version>
308308
<type>pom</type>
309309
<scope>import</scope>
310310
</dependency>
311311
<dependency>
312312
<groupId>org.codehaus.plexus</groupId>
313313
<artifactId>plexus-testing</artifactId>
314-
<version>1.2.0</version>
314+
<version>1.3.0</version>
315315
<scope>test</scope>
316316
</dependency>
317317
</dependencies>

0 commit comments

Comments
 (0)