This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch MRRESOURCES-140 in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git
commit 8a2f028a4aa4118e9121ad1c3251ba1b7226a0b8 Author: Slawomir Jaranowski <[email protected]> AuthorDate: Wed Sep 13 23:28:15 2023 +0200 [MRRESOURCES-140] Bump plexus-utils from 3.5.1 to 4.0.0 and plexus-xml 3.0.0 --- pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 38f4be7..968ee7b 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,12 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.5.1</version> + <version>4.0.0</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-xml</artifactId> + <version>3.0.0</version> </dependency> </dependencies> </dependencyManagement> @@ -161,6 +166,10 @@ under the License. <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-xml</artifactId> + </dependency> <!-- other --> <dependency>
