This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 936941d [MRRESOURCES-140] Bump plexus-utils from 3.5.1 to 4.0.0 and plexus-xml 3.0.0 936941d is described below commit 936941d8cf736a8bb4349704e174b4d4310d71bf Author: Slawomir Jaranowski <s.jaranow...@gmail.com> 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>