[MPLUGIN-497] Upgrade components · apache/maven-plugin-tools@331cf42 (original) (raw)

File tree

Original file line number Diff line number Diff line change
@@ -61,6 +61,7 @@ under the License.
61 61 <dependency>
62 62 <groupId>org.codehaus.plexus</groupId>
63 63 <artifactId>plexus-ant-factory</artifactId>
64 +
64 65 <version>1.0-alpha-2.1</version>
65 66 <exclusions>
66 67 <exclusion>
Original file line number Diff line number Diff line change
@@ -225,7 +225,7 @@
225 225 <dependency>
226 226 <groupId>org.codehaus.plexus</groupId>
227 227 <artifactId>plexus-archiver</artifactId>
228 - <version>4.8.0</version>
228 + <version>4.9.1</version>
229 229 </dependency>
230 230 <dependency>
231 231 <groupId>org.codehaus.plexus</groupId>
@@ -259,7 +259,7 @@
259 259 <dependency>
260 260 <groupId>org.jsoup</groupId>
261 261 <artifactId>jsoup</artifactId>
262 - <version>1.16.2</version>
262 + <version>1.17.1</version>
263 263 </dependency>
264 264 <dependency>
265 265 <groupId>org.ow2.asm</groupId>
@@ -304,14 +304,14 @@
304 304 <dependency>
305 305 <groupId>org.junit</groupId>
306 306 <artifactId>junit-bom</artifactId>
307 - <version>5.10.0</version>
307 + <version>5.10.1</version>
308 308 <type>pom</type>
309 309 <scope>import</scope>
310 310 </dependency>
311 311 <dependency>
312 312 <groupId>org.codehaus.plexus</groupId>
313 313 <artifactId>plexus-testing</artifactId>
314 - <version>1.2.0</version>
314 + <version>1.3.0</version>
315 315 <scope>test</scope>
316 316 </dependency>
317 317 </dependencies>