This is an automated email from the ASF dual-hosted git repository. slawekjaranowski pushed a commit to branch 3.6.x-change in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
commit f230879a3bddb600a518ce73885ce3dc4255d4d5 Author: Slawomir Jaranowski <[email protected]> AuthorDate: Thu Jun 25 19:09:15 2026 +0200 First PR on new 3.6.x branch --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 29e77e6..1d89869 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,7 @@ under the License. <version>1.9.27</version> <scope>provided</scope> </dependency> + <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId>
