This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch mvn3912 in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
commit 8d5e357eff15214e89be153928d48c565c575411 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Dec 20 21:36:02 2025 +0100 Bump Maven to 3.9.12 --- pom.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 8a3010d..80c8fde 100644 --- a/pom.xml +++ b/pom.xml @@ -61,9 +61,10 @@ </distributionManagement> <properties> - <mavenVersion>3.6.3</mavenVersion> + <mavenVersion>3.9.12</mavenVersion> <slf4jVersion>1.7.36</slf4jVersion> <plexusBuildApiVersion>0.0.7</plexusBuildApiVersion> + <version.plexus-utils>3.6.0</version.plexus-utils> <project.build.outputTimestamp>2024-08-28T15:27:52Z</project.build.outputTimestamp> <!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some) and those that are enforced by the formatting checks from spotless --> @@ -108,10 +109,6 @@ <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-xml</artifactId> - </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-interpolation</artifactId>
