This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MRESOURCES-294 in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
commit 6649a30c278b631b269b0efad23311c25f69e806 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Tue Mar 7 22:42:40 2023 +0100 [MRESOURCES-294] Upgrade plexus-utils to 3.5.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 05ba2f2..d2ee871 100644 --- a/pom.xml +++ b/pom.xml @@ -168,7 +168,7 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.4.2</version> + <version>3.5.1</version> <scope>test</scope> </dependency> <dependency>
